diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:47:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-05 22:47:52 +0000 |
commit | 832249d58f122e4698f371d716a8f430607e7526 (patch) | |
tree | a1a828ecbddfc213f40b981be9efed964f5df597 /conf/machine/h6300.conf | |
parent | 6ce67451c7bf9b59f122b164257a9d199d2434cd (diff) |
h6300.conf: fix ipkg archs
Diffstat (limited to 'conf/machine/h6300.conf')
-rw-r--r-- | conf/machine/h6300.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf index bffe1a97e1..8cce5f61b9 100644 --- a/conf/machine/h6300.conf +++ b/conf/machine/h6300.conf @@ -7,7 +7,7 @@ # TARGET_ARCH = "arm" PACKAGE_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4" +IPKG_EXTRA_ARCHS = "arm armv4 armv4t" #Use OMAP 1510 cpu specifig arm9tdmi options for gcc require conf/machine/include/tune-arm9tdmi.conf |