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/arch/sh: make.defaults
Date: Thu, 17 Nov 2011 01:15:42
Message-Id: 20111117011426.0AF912004E@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.2 profiles/arch/sh/make.defaults
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sh/make.defaults?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sh/make.defaults?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/sh/make.defaults?r1=1.1&r2=1.2
14
15 Index: make.defaults
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- make.defaults 1 Apr 2008 17:40:02 -0000 1.1
22 +++ make.defaults 17 Nov 2011 01:14:25 -0000 1.2
23 @@ -1,6 +1,6 @@
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/arch/sh/make.defaults,v 1.1 2008/04/01 17:40:02 wolf31o2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/make.defaults,v 1.2 2011/11/17 01:14:25 jmbsvicetto Exp $
29
30 # Main SuperH profile
31
32 @@ -11,7 +11,9 @@
33 CFLAGS="-O2"
34 CXXFLAGS="${CFLAGS}"
35
36 -# We define our own STAGE1_USE, since we need to disable ssp.
37 -STAGE1_USE="nptl nptlonly unicode nossp"
38 +# Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o> (16 Nov 2011)
39 +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
40 +# We need to disable ssp.
41 +BOOTSTRAP_USE="${BOOTSTRAP_USE} nossp"
42
43 USE="nossp"