diff options
Diffstat (limited to 'conf/machine/tune-xscale.conf')
-rw-r--r-- | conf/machine/tune-xscale.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/tune-xscale.conf b/conf/machine/tune-xscale.conf index e69de29bb2..0b98f09fc8 100644 --- a/conf/machine/tune-xscale.conf +++ b/conf/machine/tune-xscale.conf @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" +PACKAGE_ARCH = "armv5te" + |