[oe-commits] Richard Purdie : tune-xscale: Drop unneeded optimisation overrides

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 13:16:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 742eb82b85a315bb908caf64516e464ae6153668
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=742eb82b85a315bb908caf64516e464ae6153668

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 18 00:00:06 2013 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 b21bafb..150bb1a 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)}"





More information about the Openembedded-commits mailing list