Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/linux/uclibc/x86: make.defaults
Date: Fri, 30 Jan 2015 21:59:40
Message-Id: 20150130215936.2EED710B72@oystercatcher.gentoo.org
1 blueness 15/01/30 21:59:36
2
3 Modified: make.defaults
4 Log:
5 Unhide the CPU_FLAGS_X86 USE_EXPANDs, mirror change from arch/{amd64,x86}/make.defaults.
6
7 Revision Changes Path
8 1.2 profiles/default/linux/uclibc/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 16 Aug 2014 20:43:29 -0000 1.1
21 +++ make.defaults 30 Jan 2015 21:59:36 -0000 1.2
22 @@ -1,6 +1,6 @@
23 -# Copyright 1999-2014 Gentoo Foundation.
24 +# Copyright 1999-2015 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v 1.1 2014/08/16 20:43:29 blueness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/x86/make.defaults,v 1.2 2015/01/30 21:59:36 blueness Exp $
28
29 ARCH="x86"
30 ACCEPT_KEYWORDS="${ARCH}"
31 @@ -19,3 +19,7 @@
32 CHOST_x86=${CHOST}
33 LIBDIR_x86="lib"
34 IUSE_IMPLICIT="abi_x86_32"
35 +
36 +# Anthony G. Basile <blueness@g.o> (26 Jan 2013)
37 +# Unhide the CPU_FLAGS_X86 USE_EXPANDs.
38 +USE_EXPAND_HIDDEN="-CPU_FLAGS_X86"