* [PATCH] tune-xscale: Drop unneeded optimisation overrides
@ 2013-03-18 0:00 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-03-18 0:00 UTC (permalink / raw)
To: openembedded-core
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@linuxfoundation.org>
---
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)}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-18 0:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 0:00 [PATCH] tune-xscale: Drop unneeded optimisation overrides Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox