diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-05 12:14:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-05 12:14:46 +0000 |
commit | a542fa005dfe111f744143a722588413dc15772c (patch) | |
tree | 4944cad11873e86f62f9dd658f9b9e787c641451 /conf | |
parent | a3e75268025189c9a5a22311d4d44fb4aed21941 (diff) |
tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working (as opposed to only thumb2 mode)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-cortexa8.inc | 7 |
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" |