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: Fri, 04 Sep 2009 02:11:46
Message-Id: E1MjT5m-00058R-41@stork.gentoo.org
1 vapier 09/09/04 07:20:18
2
3 Modified: src_compile.eblit
4 Log:
5 Force more compiler/assembler tests to true for cross headers.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 sys-libs/glibc/files/eblits/src_compile.eblit
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?r1=1.8&r2=1.9
14
15 Index: src_compile.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- src_compile.eblit 27 Aug 2009 06:07:20 -0000 1.8
22 +++ src_compile.eblit 4 Sep 2009 07:20:17 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.8 2009/08/27 06:07:20 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.9 2009/09/04 07:20:17 vapier Exp $
28
29 glibc_do_configure() {
30 local myconf
31 @@ -133,9 +133,16 @@
32 # hopefully they don't affect header geneation, so let's hope for
33 # the best here ...
34 export \
35 + libc_cv_386_tls=yes \
36 + libc_cv_asm_cfi_directives=yes \
37 + libc_cv_broken_visibility_attribute=no \
38 + libc_cv_c_cleanup=yes \
39 + libc_cv_forced_unwind=yes \
40 + libc_cv_gcc___thread=yes \
41 libc_cv_mlong_double_128=yes \
42 libc_cv_mlong_double_128ibm=yes \
43 libc_cv_ppc_machine=yes \
44 + libc_cv_visibility_attribute=yes \
45 libc_cv_z_combreloc=yes \
46 libc_cv_z_execstack=yes \
47 libc_cv_z_initfirst=yes \