Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/x86/minimal: make.defaults
Date: Mon, 01 Feb 2010 11:42:37
Message-Id: E1Nbufr-0005PX-5y@stork.gentoo.org
1 gengor 10/02/01 11:42:35
2
3 Modified: make.defaults
4 Log:
5 Remove user-specific portage variables
6
7 Revision Changes Path
8 1.3 profiles/hardened/linux/x86/minimal/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults?r1=1.2&r2=1.3
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- make.defaults 9 Jul 2009 00:47:49 -0000 1.2
21 +++ make.defaults 1 Feb 2010 11:42:34 -0000 1.3
22 @@ -1,13 +1,11 @@
23 -# Copyright 2007 Gentoo Foundation.
24 +# Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.2 2009/07/09 00:47:49 gengor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/minimal/make.defaults,v 1.3 2010/02/01 11:42:34 gengor Exp $
28
29 # - TESTING PROFILE - TESTING PROFILE -
30 # ------ USE AT YOUR OWN RISK ------
31
32 USE="-* crypt hardened minimal multicall ncurses pic readline zlib"
33 -PORTDIR=/usr/portage
34 -PKGDIR=${PORTDIR}/packages/${ARCH}/
35
36 CFLAGS="-march=i686 -Os -pipe"
37 CXXFLAGS="${CFLAGS}"