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/hardened/linux/musl/x86: make.defaults
Date: Mon, 09 Jun 2014 15:19:13
Message-Id: 20140609151909.5713920054@flycatcher.gentoo.org
1 blueness 14/06/09 15:19:09
2
3 Modified: make.defaults
4 Log:
5 Remove redundant INSTALL_MASK in amd64 and x86
6
7 Revision Changes Path
8 1.5 profiles/hardened/linux/musl/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults?r1=1.4&r2=1.5
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- make.defaults 17 Feb 2014 15:14:14 -0000 1.4
21 +++ make.defaults 9 Jun 2014 15:19:09 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.4 2014/02/17 15:14:14 blueness Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/x86/make.defaults,v 1.5 2014/06/09 15:19:09 blueness Exp $
27
28 ARCH="x86"
29 ACCEPT_KEYWORDS="${ARCH}"
30 @@ -10,7 +10,3 @@
31 CXXFLAGS="${CFLAGS}"
32 FFLAGS="${CFLAGS}"
33 FCFLAGS="${CFLAGS}"
34 -
35 -# TODO: fix so musl doesn't generate this for all packages
36 -# that use a charset, it causes package collisons.
37 -INSTALL_MASK="charset.alias"