diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-10-13 19:33:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-10-13 19:33:17 +0000 |
commit | a7ba343a9ade80108ac761ef99658a7eb59b6865 (patch) | |
tree | bfcb7f126e2f9e465c5e7e47bc8780b4bbf320e3 /eclass/qt4-build.eclass | |
parent | Stable on amd64 wrt bug #305663 (diff) | |
download | gentoo-2-a7ba343a9ade80108ac761ef99658a7eb59b6865.tar.gz gentoo-2-a7ba343a9ade80108ac761ef99658a7eb59b6865.tar.bz2 gentoo-2-a7ba343a9ade80108ac761ef99658a7eb59b6865.zip |
Remove arm workaround now that its been fixed on gcc-4.4.3-r3
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index bd2029e8d2d7..b515626b8392 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.83 2010/09/05 09:25:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.84 2010/10/13 19:33:17 armin76 Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -196,12 +196,6 @@ qt4-build_src_prepare() { replace-flags -O2 -O3 fi - if [[ ${CHOST} == arm* ]] ; then - # Fails on arm with -Os, bug 331641 - # This can be removed once qt-4.7 is stable or the bug on gcc is fixed - replace-flags -Os -O2 - fi - # Bug 178652 if [[ $(gcc-major-version) == 3 ]] && use amd64; then ewarn "Appending -fno-gcse to CFLAGS/CXXFLAGS" |