diff options
Diffstat (limited to 'sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild b/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild index e1b242d39ce0..5fbbfe4215be 100644 --- a/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild +++ b/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild,v 1.4 2004/04/23 19:22:59 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.1.1.ebuild,v 1.5 2004/04/24 14:00:06 lv Exp $ # NOTE to Maintainer: ChangeLog states that it no longer use perl to build # the manpages, but seems this is incorrect .... @@ -64,6 +64,12 @@ src_compile() { # Filter CFLAGS=".. -O2 .." on arm use arm && replace-flags -O? -O + # GCC 3.4 miscompiles binutils unless CFLAGS are conservative. See + # bug #47581 for more information. + # Travis Tilley <lv@gentoo.org> + has_version "=sys-devel/gcc-3.4*" && CFLAGS="-O2" + + # Fix /usr/lib/libbfd.la elibtoolize --portage |