diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-19 15:27:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-19 15:27:58 +0100 |
commit | e413b0cda928e24d94c1b4bf432263b7940a7374 (patch) | |
tree | 1e4822c2dd9f79ac19f56d38a2f7dd0e8467f990 | |
parent | e2a55a6c7cc3e81c6e9ce4190a3437b3df6a4e65 (diff) |
gumstix: remove package extra archs
-rw-r--r-- | conf/machine/include/gumstix.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index 5aa789e5aa..64cf184fab 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -5,7 +5,6 @@ # Don't edit this file unless you *really* know what you are doing! TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " #Compile with armv5te optimizations, incompatible with armv4(t) cpus require conf/machine/include/tune-xscale.inc |