Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/features/64bit-native: make.defaults
Date: Thu, 17 Nov 2011 01:15:56
Message-Id: 20111117011426.6D6AA20057@flycatcher.gentoo.org
1 jmbsvicetto 11/11/17 01:14:26
2
3 Modified: make.defaults
4 Log:
5 Rename STAGE1_USE to BOOTSTRAP_USE, add "cxx unicode" to the base value on base/make.defaults
6 and make it stack from derived profiles. This should allow gcc to build on stage 2 - bug 390701.
7
8 Revision Changes Path
9 1.3 profiles/features/64bit-native/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/make.defaults?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/make.defaults?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/64bit-native/make.defaults?r1=1.2&r2=1.3
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- make.defaults 14 Nov 2008 15:43:49 -0000 1.2
22 +++ make.defaults 17 Nov 2011 01:14:26 -0000 1.3
23 @@ -1,12 +1,11 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.2 2008/11/14 15:43:49 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/make.defaults,v 1.3 2011/11/17 01:14:26 jmbsvicetto Exp $
29
30 # We disable the symlink, since we won't be using it.
31 SYMLINK_LIB="yes"
32
33 USE="-gcc64"
34 -STAGE1_USE="nptl nptlonly unicode"
35
36 # Since we're doing a pure 64-bit, we want LIBDIR to be lib64
37 LIBDIR_amd64="lib64"