diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-05 19:46:38 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-05 19:46:38 +0000 |
commit | 4c0eb97b3a51a44b69ead8f79509d19fbe17d742 (patch) | |
tree | c726c0f9617eac38a2ecdf8195cc37ac29aa6456 | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-4c0eb97b3a51a44b69ead8f79509d19fbe17d742.tar.gz gentoo-2-4c0eb97b3a51a44b69ead8f79509d19fbe17d742.tar.bz2 gentoo-2-4c0eb97b3a51a44b69ead8f79509d19fbe17d742.zip |
removed iluxa's gcc 3.4 fix that broke compiling with gcc 3.3 and re-marked stable on amd64 now that it works again...
-rw-r--r-- | sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild b/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild index 7d8f38e5ce1e..67e517f94737 100644 --- a/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild +++ b/sys-libs/glibc/glibc-2.3.3_pre20040529.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-libs/glibc/glibc-2.3.3_pre20040529.ebuild,v 1.12 2004/06/05 17:26:49 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3_pre20040529.ebuild,v 1.13 2004/06/05 19:46:38 lv Exp $ IUSE="nls pic build nptl erandom hardened multilib" @@ -33,9 +33,6 @@ strip-flags # Lock glibc at -O2 -- linuxthreads needs it and we want to be conservative here export CFLAGS="${CFLAGS//-O?} -O2" -# Clear -f-unit-at-a-time, which kills gcc-3.4.0 -export CFLAGS="${CFLAGS//-funit-at-a-time} -fno-unit-at-a-time" - export CXXFLAGS="${CFLAGS}" export LDFLAGS="${LDFLAGS//-Wl,--relax}" @@ -62,7 +59,7 @@ SRC_URI="http://ftp.gnu.org/gnu/glibc/glibc-${MY_PV}.tar.bz2 HOMEPAGE="http://www.gnu.org/software/libc/libc.html" #KEYWORDS="~x86 ~mips ~sparc ~amd64 -hppa ~ia64 ~ppc" # breaks on ~alpha -KEYWORDS="-* ~amd64 ppc64 ~mips" +KEYWORDS="-* amd64 ppc64 ~mips" SLOT="2.2" LICENSE="LGPL-2" |