Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libcxx: libcxx-0.0_p20130531-r1.ebuild ChangeLog libcxx-9999.ebuild
Date: Mon, 01 Jul 2013 13:06:06
Message-Id: 20130701130601.D68F42171C@flycatcher.gentoo.org
1 aballier 13/07/01 13:06:01
2
3 Modified: libcxx-0.0_p20130531-r1.ebuild ChangeLog
4 libcxx-9999.ebuild
5 Log:
6 use clang -nostdlib / clang++ -nostdlib for compiling to try to avoid chicken and egg problems when bootstrapping.
7
8 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.3 sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: libcxx-0.0_p20130531-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- libcxx-0.0_p20130531-r1.ebuild 18 Jun 2013 16:08:08 -0000 1.2
24 +++ libcxx-0.0_p20130531-r1.ebuild 1 Jul 2013 13:06:01 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild,v 1.2 2013/06/18 16:08:08 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-0.0_p20130531-r1.ebuild,v 1.3 2013/07/01 13:06:01 aballier Exp $
30
31 EAPI=5
32
33 @@ -60,9 +60,8 @@
34
35 # Needs to be built with clang. gcc-4.6.3 fails at least.
36 # TODO: cross-compile ?
37 - export CC=clang
38 - export CXX=clang++
39 - has_version 'sys-libs/libcxx' && export CXX="clang++ -stdlib=libc++"
40 + export CC="clang -nostdlib"
41 + export CXX="clang++ -nostdlib"
42
43 if use static-libs ; then
44 local mycmakeargs=( "${mycmakeargs_base[@]}" "-DLIBCXX_ENABLE_SHARED=OFF" )
45
46
47
48 1.20 sys-libs/libcxx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.20&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?rev=1.20&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/ChangeLog?r1=1.19&r2=1.20
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v
57 retrieving revision 1.19
58 retrieving revision 1.20
59 diff -u -r1.19 -r1.20
60 --- ChangeLog 18 Jun 2013 16:08:08 -0000 1.19
61 +++ ChangeLog 1 Jul 2013 13:06:01 -0000 1.20
62 @@ -1,6 +1,11 @@
63 # ChangeLog for sys-libs/libcxx
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.19 2013/06/18 16:08:08 aballier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.20 2013/07/01 13:06:01 aballier Exp $
67 +
68 + 01 Jul 2013; Alexis Ballier <aballier@g.o>
69 + libcxx-0.0_p20130531-r1.ebuild, libcxx-9999.ebuild:
70 + use clang -nostdlib / clang++ -nostdlib for compiling to try to avoid chicken
71 + and egg problems when bootstrapping.
72
73 18 Jun 2013; Alexis Ballier <aballier@g.o>
74 libcxx-0.0_p20130531-r1.ebuild, libcxx-9999.ebuild:
75
76
77
78 1.12 sys-libs/libcxx/libcxx-9999.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.12&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?rev=1.12&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild?r1=1.11&r2=1.12
83
84 Index: libcxx-9999.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v
87 retrieving revision 1.11
88 retrieving revision 1.12
89 diff -u -r1.11 -r1.12
90 --- libcxx-9999.ebuild 18 Jun 2013 16:08:08 -0000 1.11
91 +++ libcxx-9999.ebuild 1 Jul 2013 13:06:01 -0000 1.12
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.11 2013/06/18 16:08:08 aballier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.12 2013/07/01 13:06:01 aballier Exp $
97
98 EAPI=5
99
100 @@ -60,9 +60,8 @@
101
102 # Needs to be built with clang. gcc-4.6.3 fails at least.
103 # TODO: cross-compile ?
104 - export CC=clang
105 - export CXX=clang++
106 - has_version 'sys-libs/libcxx' && export CXX="clang++ -stdlib=libc++"
107 + export CC="clang -nostdlib"
108 + export CXX="clang++ -nostdlib"
109
110 if use static-libs ; then
111 local mycmakeargs=( "${mycmakeargs_base[@]}" "-DLIBCXX_ENABLE_SHARED=OFF" )