aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-cortexa8.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-04-05 12:14:46 +0000
committerKoen Kooi <koen@openembedded.org>2008-04-05 12:14:46 +0000
commita542fa005dfe111f744143a722588413dc15772c (patch)
tree4944cad11873e86f62f9dd658f9b9e787c641451 /conf/machine/include/tune-cortexa8.inc
parenta3e75268025189c9a5a22311d4d44fb4aed21941 (diff)
downloadopenembedded-a542fa005dfe111f744143a722588413dc15772c.tar.gz
tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working (as opposed to only thumb2 mode)
Diffstat (limited to 'conf/machine/include/tune-cortexa8.inc')
-rw-r--r--conf/machine/include/tune-cortexa8.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/include/tune-cortexa8.inc b/conf/machine/include/tune-cortexa8.inc
index 2da31ecd35..1484861bbb 100644
--- a/conf/machine/include/tune-cortexa8.inc
+++ b/conf/machine/include/tune-cortexa8.inc
@@ -1,4 +1,3 @@
-# valid options for -march: `armv7', `armv7-a'
-TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-a8 -mfpu=vfp -mfloat-abi=softfp"
-FEED_ARCH = "armv7"
-PACKAGE_ARCH = "armv7"
+TARGET_CC_ARCH = "-march=armv7-a -mtune=cortex-a8 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7-a"
+PACKAGE_ARCH = "armv7-a"