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