aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-05-31 01:38:39 -0700
committerGregory M. Tuner <gmt@be-evil.net>2014-05-31 01:38:39 -0700
commit6f00d3be43f76b9d280882976b62fdd4b005f1ed (patch)
treeb35c314b4767e494b5f0eba4a2835ae7c48f4db4 /eclass
parenteclass/multilib-build: fixup whitespace (diff)
downloadgmt-6f00d3be43f76b9d280882976b62fdd4b005f1ed.tar.gz
gmt-6f00d3be43f76b9d280882976b62fdd4b005f1ed.tar.bz2
gmt-6f00d3be43f76b9d280882976b62fdd4b005f1ed.zip
eclass/qt4-build.eclass: sync with upstream (trivial)
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 88b9485..4776b60 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -198,12 +198,6 @@ qt4-build_src_prepare() {
# Bug 417105:
# graphite on gcc 4.7 causes miscompilations.
- #
- # Bug (TODO):
- # query for default ABI since otherwise gcc-version winds up
- # expecting to use /etc/env.d/gcc/config-${CHOST} (which will
- # exist and provide wrong answers for users with a matching crossdev
- # or be missing for non-default ABI's under multilib-build)
if [[ $(gcc-version "$(get_abi_CHOST ${DEFAULT_ABI})") == "4.7" ]]; then
filter-flags -fgraphite-identity
fi