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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-xscale.conf b/conf/machine/include/tune-xscale.conf
index e5fea93912..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"
TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"
-PACKAGE_ARCH = "armv5te"
+PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}"