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: Sat, 29 Nov 2008 21:05:52
Message-Id: E1L6X0f-0002Jp-IK@stork.gentoo.org
1 vapier 08/11/29 21:05:49
2
3 Modified: src_compile.eblit
4 Log:
5 Force compiler tests when building only headers #229391.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
7
8 Revision Changes Path
9 1.6 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.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit?r1=1.5&r2=1.6
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.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- src_compile.eblit 23 Jun 2008 22:01:23 -0000 1.5
22 +++ src_compile.eblit 29 Nov 2008 21:05:49 -0000 1.6
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.5 2008/06/23 22:01:23 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compile.eblit,v 1.6 2008/11/29 21:05:49 vapier Exp $
28
29 glibc_do_configure() {
30 local myconf
31 @@ -128,6 +128,12 @@
32 mkdir -p "${GBUILDDIR}"
33 cd "${GBUILDDIR}"
34
35 + # if we don't have a compiler yet, we cant really test it now
36 + export \
37 + libc_cv_mlong_double_128=yes \
38 + libc_cv_mlong_double_128ibm=yes \
39 + libc_cv_ppc_machine=yes
40 +
41 # Pick out the correct location for build headers
42 local ports="" myconf="--disable-sanity-checks --enable-hacker-mode"
43 [[ -d ${S}/ports ]] && ports=",ports"