diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 1 |
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 |
9 | TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t" | 9 | TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t" |
10 | TARGET_CC_ARCH_pn-cairo = "-march=armv4t" | ||