From a542fa005dfe111f744143a722588413dc15772c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 5 Apr 2008 12:14:46 +0000 Subject: [PATCH] tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working (as opposed to only thumb2 mode) --- conf/machine/include/tune-cortexa8.inc | 7 +++---- 1 file 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" -- 2.47.2