diff options
-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" + |