From 9942eee1fb440704b7ce5afa03189b509b71368d Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 3 Jul 2004 09:31:09 +0000 Subject: [PATCH] set TARGET_CC_ARCH, not FULL_OPTIMIZATION BKrev: 40e67cdde-lPvGXinRP2oDUSZ7xgQg --- conf/tune-strongarm.conf | 2 ++ conf/tune-xscale.conf | 3 +++ 2 files changed, 5 insertions(+) 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" + -- 2.39.5