diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 09:31:09 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 09:31:09 +0000 |
commit | 9942eee1fb440704b7ce5afa03189b509b71368d (patch) | |
tree | a4ae21b2efad889aaf90aae55adcd24e802ad101 | |
parent | a3764bfaf2fd3c04c91d502244994d6c429c952a (diff) |
set TARGET_CC_ARCH, not FULL_OPTIMIZATION
BKrev: 40e67cdde-lPvGXinRP2oDUSZ7xgQg
-rw-r--r-- | conf/tune-strongarm.conf | 2 | ||||
-rw-r--r-- | conf/tune-xscale.conf | 3 |
2 files changed, 5 insertions, 0 deletions
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" + |