diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-11 10:49:40 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-11 10:49:40 +0000 |
commit | bb30e88e424e1ce8bc54a06191519fa597ee7e32 (patch) | |
tree | 353a471796bf84c397aa24ea5c3c46c6bcb645d9 | |
parent | 05991c5873530c5b7233e334d3d07323fc061b0c (diff) |
gumstix: add PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te "
-rw-r--r-- | conf/machine/gumstix.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf index 510de49a3f..e259477a7b 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/gumstix.conf @@ -3,6 +3,7 @@ #@DESCRIPTION: Gumstix pxa2xx boards TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " PREFERRED_PROVIDER_virtual/kernel = "linux-gumstix" |