Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd/amd64/9.1/clang: ChangeLog package.use.force
Date: Sat, 27 Jul 2013 23:27:46
Message-Id: 20130727232739.EE64B2171C@flycatcher.gentoo.org
1 aballier 13/07/27 23:27:39
2
3 Modified: ChangeLog package.use.force
4 Log:
5 build libcxx multilib, patch by Yuta SATOH in bug #475294
6
7 Revision Changes Path
8 1.10 profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog?r1=1.9&r2=1.10
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- ChangeLog 19 Jun 2013 20:13:50 -0000 1.9
21 +++ ChangeLog 27 Jul 2013 23:27:39 -0000 1.10
22 @@ -1,6 +1,9 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.9 2013/06/19 20:13:50 aballier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/ChangeLog,v 1.10 2013/07/27 23:27:39 aballier Exp $
27 +
28 + 27 Jul 2013; Alexis Ballier <aballier@g.o> package.use.force:
29 + build libcxx multilib, patch by Yuta SATOH in bug #475294
30
31 19 Jun 2013; Alexis Ballier <aballier@g.o> +make.defaults:
32 add default cflags, esp. CXXFLAGS=-stdlib=libc++ ...
33
34
35
36 1.5 profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force?rev=1.5&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force?rev=1.5&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force?r1=1.4&r2=1.5
41
42 Index: package.use.force
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v
45 retrieving revision 1.4
46 retrieving revision 1.5
47 diff -u -r1.4 -r1.5
48 --- package.use.force 19 Jun 2013 13:00:27 -0000 1.4
49 +++ package.use.force 27 Jul 2013 23:27:39 -0000 1.5
50 @@ -1,14 +1,13 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.4 2013/06/19 13:00:27 aballier Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/amd64/9.1/clang/package.use.force,v 1.5 2013/07/27 23:27:39 aballier Exp $
55
56 # Force building libc++ over libcxxrt.
57 sys-libs/libcxx libcxxrt
58
59 -# Force static libs on the C++ stack so that static linking has a chance to
60 -# work.
61 -sys-libs/libcxxrt static-libs
62 -sys-libs/libcxx static-libs
63 +# Force static libs and multilib on the C++ stack.
64 +sys-libs/libcxxrt static-libs abi_x86_32
65 +sys-libs/libcxx static-libs abi_x86_32
66
67 # Force openssl on curl since cmakes needs it and is in @system because of
68 # libcxx on this profile. Mask the other ssl providers.