diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-07 09:53:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-07 09:53:43 +0000 |
commit | 725b7aeac7588ff4f00c2d46419e75c5eeb79209 (patch) | |
tree | bf671062af32e72a06b1f31bbd12be00df282a32 /conf/machine/h3600.conf | |
parent | dd1871747c97f2cf4ff3ba50a2498f71239ece64 (diff) |
lots of machines: remove bogus architecture
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r-- | conf/machine/h3600.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index cd451d3dfe..a766b5abb5 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 ipaqsa" +PACKAGE_EXTRA_ARCHS = "armv4 " require conf/machine/include/tune-strongarm.conf |