Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/prefix/sunos/solaris/arch/x86: make.defaults
Date: Sat, 05 Jul 2014 13:08:41
Message-Id: 20140705130835.C57D520057@flycatcher.gentoo.org
1 grobian 14/07/05 13:08:35
2
3 Modified: make.defaults
4 Log:
5 Add libdirs for ABIs to make get_libdir work again
6
7 Revision Changes Path
8 1.3 profiles/prefix/sunos/solaris/arch/x86/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults?r1=1.2&r2=1.3
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- make.defaults 3 Jul 2014 18:51:10 -0000 1.2
21 +++ make.defaults 5 Jul 2014 13:08:35 -0000 1.3
22 @@ -1,9 +1,10 @@
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/prefix/sunos/solaris/arch/x86/make.defaults,v 1.2 2014/07/03 18:51:10 grobian Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/arch/x86/make.defaults,v 1.3 2014/07/05 13:08:35 grobian Exp $
27
28 # multilib build stuff, single ABI (no multilib)
29 MULTILIB_ABIS="x86"
30 DEFAULT_ABI="x86"
31 ABI="x86"
32 IUSE_IMPLICIT="abi_x86_32"
33 +LIBDIR_x86="lib"