aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 00:00:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:18:20 +0000
commitffd875204fb656028aec41f9c9e78ca70e3c73c3 (patch)
tree770258e706703c3edeb689f3f87cc51d87a0ace5 /meta/conf
parent4fb837687dd68363f25fbfc15207dd05d1369661 (diff)
downloadopenembedded-core-contrib-ffd875204fb656028aec41f9c9e78ca70e3c73c3.tar.gz
tune-xscale: Drop unneeded optimisation overrides
These hacks have been around for years and deal with old gcc issues. They've been removed from the other use sites, we should clean up the core tune file too. (From OE-Core rev: 742eb82b85a315bb908caf64516e464ae6153668) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/include/tune-xscale.inc5
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"
ARMPKGARCH_tune-xscale-be = "xscale"
TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale bigendian"
PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb} xscaleb xscaletb xscaleeb xscaleteb"
-
-# webkit-gtk has alignment issues with double instructions on armv5 so
-# disable them here
-TUNE_CCARGS_pn-webkit-gtk = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}"
-TUNE_CCARGS_pn-cairo = "${@bb.utils.contains("TUNE_FEATURES", "xscale", "-march=armv4t", "", d)}"