diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:22:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:22:52 +0000 |
commit | 5db46bba79138aceaf6b3f204b969a114b08e453 (patch) | |
tree | af232cc2ce16c8daebe3294e0d176213b7bebf9d /sys-libs | |
parent | Added a patch for mips which fixes a compile bug with newer binutils. Also r... (diff) | |
download | historical-5db46bba79138aceaf6b3f204b969a114b08e453.tar.gz historical-5db46bba79138aceaf6b3f204b969a114b08e453.tar.bz2 historical-5db46bba79138aceaf6b3f204b969a114b08e453.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" |