diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index b21bafb467..150bb1a818 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -14,8 +14,3 @@ AVAILTUNES += "xscale-be" | |||
14 | ARMPKGARCH_tune-xscale-be = "xscale" | 14 | ARMPKGARCH_tune-xscale-be = "xscale" |
15 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale bigendian" | 15 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale bigendian" |
16 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb} xscaleb xscaletb xscaleeb xscaleteb" | 16 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb} xscaleb xscaletb xscaleeb xscaleteb" |
17 | |||
18 | # webkit-gtk has alignment issues with double instructions on armv5 so | ||
19 | # disable them here | ||
20 | TUNE_CCARGS_pn-webkit-gtk = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}" | ||
21 | TUNE_CCARGS_pn-cairo = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}" | ||