diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-28 19:53:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-28 19:53:58 +0000 |
commit | ba1aa27b353bd8999df24b4082cb8ae476c0e7e6 (patch) | |
tree | af8aff9c15d0d4e8f36a9b3b60f5cda37e8fbe18 /sys-libs/glibc | |
parent | Mask bitchx 1.2 (bug #425634). (diff) | |
download | gentoo-2-ba1aa27b353bd8999df24b4082cb8ae476c0e7e6.tar.gz gentoo-2-ba1aa27b353bd8999df24b4082cb8ae476c0e7e6.tar.bz2 gentoo-2-ba1aa27b353bd8999df24b4082cb8ae476c0e7e6.zip |
Also set libc_cv_{sparc,powerpc}_tls as newer versions use that.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_compile.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 70a32aa9e903..89aed3d94fd5 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for sys-libs/glibc -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.920 2013/01/25 03:12:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.921 2013/01/28 19:53:58 vapier Exp $ + + 28 Jan 2013; Mike Frysinger <vapier@gentoo.org> + files/eblits/src_compile.eblit: + Also set libc_cv_{sparc,powerpc}_tls as newer versions use that. 25 Jan 2013; Mike Frysinger <vapier@gentoo.org> files/eblits/pkg_preinst.eblit: diff --git a/sys-libs/glibc/files/eblits/src_compile.eblit b/sys-libs/glibc/files/eblits/src_compile.eblit index c8941b8a40a5..42e5de608375 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-2013 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.32 2013/01/02 00:51:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.33 2013/01/28 19:53:58 vapier Exp $ glibc_do_configure() { local myconf=() @@ -156,7 +156,7 @@ toolchain-glibc_headers_compile() { # the best here ... export \ ac_cv_header_cpuid_h=yes \ - libc_cv_{386,390,alpha,arm,hppa,ia64,mips,{powerpc,sparc}{32,64},sh,x86_64}_tls=yes \ + libc_cv_{386,390,alpha,arm,hppa,ia64,mips,{powerpc,sparc}{,32,64},sh,x86_64}_tls=yes \ libc_cv_asm_cfi_directives=yes \ libc_cv_broken_visibility_attribute=no \ libc_cv_gcc___thread=yes \ |