From: Koen Kooi Date: Sat, 5 Apr 2008 12:14:46 +0000 (+0000) Subject: tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working (as oppose... X-Git-Tag: Release-2010-05/1~7249^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a542fa005dfe111f744143a722588413dc15772c;p=openembedded.git tune-cortexa8: use -march=armv7-a instead of armv7 to get ARM mode working (as opposed to only thumb2 mode) --- 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"