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-cortexr4.inc | |
parent | 408ac901f3fbc62684c7d9d2cd2e15b5688e6194 (diff) |
tune files: add FEED_ARCH
Diffstat (limited to 'conf/machine/include/tune-cortexr4.inc')
-rw-r--r-- | conf/machine/include/tune-cortexr4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-cortexr4.inc b/conf/machine/include/tune-cortexr4.inc index 5d9a30f629..93c82e8607 100644 --- a/conf/machine/include/tune-cortexr4.inc +++ b/conf/machine/include/tune-cortexr4.inc @@ -1,4 +1,4 @@ # valid options for -march: `armv7', `armv7-r' -TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-r4 -mfpu=vfp -mfloat-abi=softfp" +TARGET_CC_ARCH = "-march=armv7-r -mtune=cortex-r4 -mfpu=vfp -mfloat-abi=softfp" FEED_ARCH = "armv7" PACKAGE_ARCH = "armv7" |