diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-22 13:12:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-22 13:12:15 +0200 |
commit | a1825f04c3b8b98a66ae402e99fd40ff2be59c82 (patch) | |
tree | 2c3fd95b06bc6b50342c0be71f63e0096ebb971c /conf/machine/include/tune-armv7.inc | |
parent | 6002b6e0652a9f93d4eb3bed65412fc7c1a4210c (diff) |
machines: start moving PACKAGE_EXTRA_ARCHS into the appropriate tune files
* machine maintainers are encouraged to fix their machines
Diffstat (limited to 'conf/machine/include/tune-armv7.inc')
-rw-r--r-- | conf/machine/include/tune-armv7.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/tune-armv7.inc b/conf/machine/include/tune-armv7.inc index 96c8c64904..379a3eb011 100644 --- a/conf/machine/include/tune-armv7.inc +++ b/conf/machine/include/tune-armv7.inc @@ -3,4 +3,5 @@ # This will NOT compile programs in 'ARM' mode, which is what you really want TARGET_CC_ARCH = "-march=armv7 -mfpu=vfp -mfloat-abi=softfp" FEED_ARCH = "armv7" +PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6 armv7" BASE_PACKAGE_ARCH = "armv7" |