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/h3900.conf | |
parent | dd1871747c97f2cf4ff3ba50a2498f71239ece64 (diff) |
lots of machines: remove bogus architecture
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 323aa8f061..32b6a8ea8a 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " require conf/machine/include/tune-xscale.conf |