diff options
| -rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index f14aee9aed..4cb0b4f7c3 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
| @@ -3,3 +3,7 @@ FEED_ARCH = "armv5te" | |||
| 3 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" | 3 | TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" |
| 4 | TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" | 4 | TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" |
| 5 | PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" | 5 | PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" |
| 6 | |||
| 7 | # webkit-gtk has alignment issues with double instructions on armv5 so | ||
| 8 | # disable them here | ||
| 9 | TARGET_CC_ARCH_pn-webkit-gtk = "-march=armv4t" | ||
