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 | a1485586806ee59157ab5749e2c8ac2a4303ccbf (patch) | |
tree | ff296432feccaf5165bf1a72c4755f53701b5f7f | |
parent | Stable on amd64 wrt bug #305663 (diff) | |
download | historical-a1485586806ee59157ab5749e2c8ac2a4303ccbf.tar.gz historical-a1485586806ee59157ab5749e2c8ac2a4303ccbf.tar.bz2 historical-a1485586806ee59157ab5749e2c8ac2a4303ccbf.zip |
Remove arm workaround now that its been fixed on gcc-4.4.3-r3
-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" |