summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-xscale.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/tune-xscale.conf')
-rw-r--r--conf/machine/include/tune-xscale.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tune-xscale.conf b/conf/machine/include/tune-xscale.conf
index 0b98f09fc8..1d212946e4 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"
-PACKAGE_ARCH = "armv5te"
-
+TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
+PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"