diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-13 10:59:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-13 10:59:05 +0000 |
commit | 93171e2b053216e8b78a55c83abc393b89deeba4 (patch) | |
tree | ca94e424f63c953a59e666713bded104097058c1 /conf/machine/include/tune-armv7.inc | |
parent | 408ac901f3fbc62684c7d9d2cd2e15b5688e6194 (diff) |
tune files: add FEED_ARCH
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 61b4685f10..6276fe6798 100644 --- a/conf/machine/include/tune-armv7.inc +++ b/conf/machine/include/tune-armv7.inc @@ -1,5 +1,6 @@ # valid options for -march: `armv7', `armv7-a', `armv7-r', `armv7-m' # valid option for -mtune: `cortex-a8', `cortex-r4', `cortex-m3', `cortex-m1' +# 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_ARCH = "armv7" |