diff options
author | 2004-08-11 21:39:24 +0000 | |
---|---|---|
committer | 2004-08-11 21:39:24 +0000 | |
commit | 3b31e2a71c963ff88f2fb13cf31822a1898d0afb (patch) | |
tree | 12624bbf2bf20ec5c262e337fd165294b0855e44 /sys-libs | |
parent | stable on amd64, bug # (Manifest recommit) (diff) | |
download | gentoo-2-3b31e2a71c963ff88f2fb13cf31822a1898d0afb.tar.gz gentoo-2-3b31e2a71c963ff88f2fb13cf31822a1898d0afb.tar.bz2 gentoo-2-3b31e2a71c963ff88f2fb13cf31822a1898d0afb.zip |
Latest GLIBC cvs has most of what is needed for N32/N64
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.4.20040808.ebuild | 15 |
2 files changed, 8 insertions, 13 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 63647861d8df..ac2b197762d3 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.232 2004/08/11 11:10:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.233 2004/08/11 21:39:24 iluxa Exp $ + + 11 Aug 2004; Ilya A. Volynets-Evenbach <iluxa@gentoo.org> + glibc-2.3.4.20040808.ebuild: + Latest GLIBC cvs has most of what is needed for N32/N64 11 Aug 2004; Michael Hanselmann <hansmi@gentoo.org> glibc-2.3.3.20040420-r1.ebuild: diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild index 4855a5dce982..3f5111c47ebb 100644 --- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild +++ b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.6 2004/08/11 16:30:34 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.7 2004/08/11 21:39:24 iluxa Exp $ inherit eutils flag-o-matic gcc @@ -349,18 +349,9 @@ do_arch_mips_patches() { # <tuxus@gentoo.org> thx <dragon@gentoo.org> (11 Jan 2003) # <kumba@gentoo.org> remove tst-rndseek-mips & ulps-mips patches # <iluxa@gentoo.org> add n32/n64 patches, remove pread patch - #epatch ${FILESDIR}/2.3.1/${PN}-2.3.1-fpu-cw-mips.patch - #epatch ${FILESDIR}/2.3.1/${PN}-2.3.1-librt-mips.patch - #epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-dl-machine-calls.diff - #epatch ${FILESDIR}/2.3.3/${PN}-2.3.3_pre20040420-mips-incl-sgidefs.diff epatch ${FILESDIR}/2.3.3/mips-addabi.diff - #epatch ${FILESDIR}/2.3.3/mips-syscall.h.diff - #epatch ${FILESDIR}/2.3.3/semtimedop.diff - #epatch ${FILESDIR}/2.3.3/mips-sysify.diff - - #if use n32 || use n64; then - # epatch ${FILESDIR}/2.3.4/mips-sysdep-cancel.diff - #fi + epatch ${FILESDIR}/2.3.3/mips-syscall.h.diff + epatch ${FILESDIR}/2.3.3/mips-sysify.diff # Need to install into /lib for n32-only userland for now. # Propper solution is to make all userland /lib{32|64}-aware. |