diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-03 02:07:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-03 02:07:55 +0000 |
commit | 098deaf9a2b2fb31d06c049f3320a20b255064b7 (patch) | |
tree | 26d162ec72b313bb88d5b85333fc65d414a3a560 /sys-libs | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | gentoo-2-098deaf9a2b2fb31d06c049f3320a20b255064b7.tar.gz gentoo-2-098deaf9a2b2fb31d06c049f3320a20b255064b7.tar.bz2 gentoo-2-098deaf9a2b2fb31d06c049f3320a20b255064b7.zip |
Force ppc32 compile test when building headers #413735 by Frédéric Lochon.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 02fb1dd24762..5ed75656b077 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.844 2012/05/02 04:47:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.845 2012/05/03 02:07:55 vapier Exp $ + + 03 May 2012; Mike Frysinger <vapier@gentoo.org> + files/eblits/src_compile.eblit: + Force ppc32 compile test when building headers #413735 by Frédéric Lochon. 02 May 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.13-r4.ebuild, glibc-2.14.1-r3.ebuild, glibc-2.15-r1.ebuild: diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index c0fbd6a4e8c6..d26771a160a2 100644 --- a/sys-libs/glibc/files/eblits/src_compile.eblit +++ b/sys-libs/glibc/files/eblits/src_compile.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.25 2012/04/21 15:54:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.26 2012/05/03 02:07:55 vapier Exp $ glibc_do_configure() { local myconf @@ -147,6 +147,7 @@ toolchain-glibc_headers_compile() { libc_cv_gcc___thread=yes \ libc_cv_mlong_double_128=yes \ libc_cv_mlong_double_128ibm=yes \ + libc_cv_powerpc32_tls=yes \ libc_cv_ppc_machine=yes \ libc_cv_ppc_rel16=yes \ libc_cv_visibility_attribute=yes \ |