Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: src_compile.eblit
Date: Mon, 28 Jan 2013 19:54:01
Message-Id: 20130128195358.9E5882171D@flycatcher.gentoo.org
1 vapier 13/01/28 19:53:58
2
3 Modified: src_compile.eblit
4 Log:
5 Also set libc_cv_{sparc,powerpc}_tls as newer versions use that.
6
7 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.33 sys-libs/glibc/files/eblits/src_compile.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?r1=1.32&r2=1.33
15
16 Index: src_compile.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- src_compile.eblit 2 Jan 2013 00:51:16 -0000 1.32
23 +++ src_compile.eblit 28 Jan 2013 19:53:58 -0000 1.33
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.32 2013/01/02 00:51:16 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.33 2013/01/28 19:53:58 vapier Exp $
29
30 glibc_do_configure() {
31 local myconf=()
32 @@ -156,7 +156,7 @@
33 # the best here ...
34 export \
35 ac_cv_header_cpuid_h=yes \
36 - libc_cv_{386,390,alpha,arm,hppa,ia64,mips,{powerpc,sparc}{32,64},sh,x86_64}_tls=yes \
37 + libc_cv_{386,390,alpha,arm,hppa,ia64,mips,{powerpc,sparc}{,32,64},sh,x86_64}_tls=yes \
38 libc_cv_asm_cfi_directives=yes \
39 libc_cv_broken_visibility_attribute=no \
40 libc_cv_gcc___thread=yes \