vapier 14/12/31 08:22:30 Modified: glibc-2.20-r1.ebuild ChangeLog Log: Fix cross-compiler bootstrapping for arm targets. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-libs/glibc/glibc-2.20-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild?r1=1.1&r2=1.2 Index: glibc-2.20-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glibc-2.20-r1.ebuild 28 Dec 2014 17:09:09 -0000 1.1 +++ glibc-2.20-r1.ebuild 31 Dec 2014 08:22:30 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild,v 1.1 2014/12/28 17:09:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20-r1.ebuild,v 1.2 2014/12/31 08:22:30 vapier Exp $ EAPI="4" @@ -27,7 +27,7 @@ ;; esac GCC_BOOTSTRAP_VER="4.7.3-r1" -PATCH_VER="2" # Gentoo patchset +PATCH_VER="3" # Gentoo patchset : ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only" 1.1034 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1034&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1034&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.1033&r2=1.1034 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.1033 retrieving revision 1.1034 diff -u -r1.1033 -r1.1034 --- ChangeLog 31 Dec 2014 08:20:02 -0000 1.1033 +++ ChangeLog 31 Dec 2014 08:22:30 -0000 1.1034 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1033 2014/12/31 08:20:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1034 2014/12/31 08:22:30 vapier Exp $ + + 31 Dec 2014; Mike Frysinger <[email protected]> glibc-2.20-r1.ebuild: + Fix cross-compiler bootstrapping for arm targets. 31 Dec 2014; Mike Frysinger <[email protected]> files/eblits/src_configure.eblit:
