summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-10-13 19:33:17 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-10-13 19:33:17 +0000
commita1485586806ee59157ab5749e2c8ac2a4303ccbf (patch)
treeff296432feccaf5165bf1a72c4755f53701b5f7f
parentStable on amd64 wrt bug #305663 (diff)
downloadhistorical-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.eclass8
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"