diff options
author | 2004-04-24 08:22:52 +0000 | |
---|---|---|
committer | 2004-04-24 08:22:52 +0000 | |
commit | a631a04089ea5a679d536b46c5a18d814b387524 (patch) | |
tree | 26bfd55bc5b48939287919556fa99acc6b58bdb2 /sys-libs | |
parent | Added a patch for mips which fixes a compile bug with newer binutils. Also r... (diff) | |
download | gentoo-2-a631a04089ea5a679d536b46c5a18d814b387524.tar.gz gentoo-2-a631a04089ea5a679d536b46c5a18d814b387524.tar.bz2 gentoo-2-a631a04089ea5a679d536b46c5a18d814b387524.zip |
fix CFLAG junk with filter-flags
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.3.2-r10.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.3.2-r10.ebuild b/sys-libs/glibc/glibc-2.3.2-r10.ebuild index 92a803e35cd3..1888455b0a01 100644 --- a/sys-libs/glibc/glibc-2.3.2-r10.ebuild +++ b/sys-libs/glibc/glibc-2.3.2-r10.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.4 2004/04/24 08:21:10 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r10.ebuild,v 1.5 2004/04/24 08:22:52 vapier Exp $ IUSE="nls pic build nptl" inherit eutils flag-o-matic gcc -filter-flags "-fomit-frame-pointer -malign-double" -filter-ldflags "-pie" +filter-flags -fomit-frame-pointer -malign-double +filter-ldflags -pie # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 @@ -32,8 +32,7 @@ filter-ldflags "-pie" strip-flags # Lock glibc at -O2 -- linuxthreads needs it and we want to be conservative here -export CFLAGS="${CFLAGS//-O?} -O2" -export CXXFLAGS="${CFLAGS}" +replace-flags -O? -O2 export LDFLAGS="${LDFLAGS//-Wl,--relax}" BRANCH_UPDATE="20031115" |