summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-xscale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-xscale.inc')
-rw-r--r--meta/conf/machine/include/tune-xscale.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc
index fc6827c532..134758621e 100644
--- a/meta/conf/machine/include/tune-xscale.inc
+++ b/meta/conf/machine/include/tune-xscale.inc
@@ -7,3 +7,4 @@ BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANE
7# webkit-gtk has alignment issues with double instructions on armv5 so 7# webkit-gtk has alignment issues with double instructions on armv5 so
8# disable them here 8# disable them here
9TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t" 9TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t"
10TARGET_CC_ARCH_pn-cairo = "-march=armv4t"