From: Phil Blundell Date: Sat, 3 Jul 2004 09:31:09 +0000 (+0000) Subject: set TARGET_CC_ARCH, not FULL_OPTIMIZATION X-Git-Tag: Release-2010-05/1~18389 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9942eee1fb440704b7ce5afa03189b509b71368d;p=openembedded.git set TARGET_CC_ARCH, not FULL_OPTIMIZATION BKrev: 40e67cdde-lPvGXinRP2oDUSZ7xgQg --- diff --git a/conf/tune-strongarm.conf b/conf/tune-strongarm.conf index e69de29bb2..8654c996ef 100644 --- a/conf/tune-strongarm.conf +++ b/conf/tune-strongarm.conf @@ -0,0 +1,2 @@ +TARGET_CC_ARCH = "-march=armv4 -mtune=xscale" + diff --git a/conf/tune-xscale.conf b/conf/tune-xscale.conf index e69de29bb2..0b98f09fc8 100644 --- a/conf/tune-xscale.conf +++ b/conf/tune-xscale.conf @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" +PACKAGE_ARCH = "armv5te" +