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-2.11.2.eblit
Date: Thu, 25 Nov 2010 12:52:42
Message-Id: 20101125125235.A3EA320051@flycatcher.gentoo.org
1 vapier 10/11/25 12:52:35
2
3 Modified: src_compile-2.11.2.eblit
4 Log:
5 sync cross-compile header cache vars to stable #344797
6
7 (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit?r1=1.1&r2=1.2
15
16 Index: src_compile-2.11.2.eblit
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- src_compile-2.11.2.eblit 10 Aug 2010 08:08:05 -0000 1.1
23 +++ src_compile-2.11.2.eblit 25 Nov 2010 12:52:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 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-2.11.2.eblit,v 1.1 2010/08/10 08:08:05 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile-2.11.2.eblit,v 1.2 2010/11/25 12:52:35 vapier Exp $
29
30 glibc_do_configure() {
31 local myconf
32 @@ -133,6 +133,7 @@
33 # hopefully they don't affect header geneation, so let's hope for
34 # the best here ...
35 export \
36 + ac_cv_header_cpuid_h=yes \
37 libc_cv_386_tls=yes \
38 libc_cv_asm_cfi_directives=yes \
39 libc_cv_broken_visibility_attribute=no \
40 @@ -140,6 +141,7 @@
41 libc_cv_mlong_double_128=yes \
42 libc_cv_mlong_double_128ibm=yes \
43 libc_cv_ppc_machine=yes \
44 + libc_cv_ppc_rel16=yes \
45 libc_cv_visibility_attribute=yes \
46 libc_cv_z_combreloc=yes \
47 libc_cv_z_execstack=yes \