Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-solaris.xml
Date: Mon, 07 May 2012 13:15:47
Message-Id: 20120507131530.786602004B@flycatcher.gentoo.org
1 grobian 12/05/07 13:15:30
2
3 Modified: bootstrap-solaris.xml
4 Log:
5 remove binutils version-pin, our patched gcc-4.2.4 is able to cope with this
6
7 Revision Changes Path
8 1.87 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.87&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?rev=1.87&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml?r1=1.86&r2=1.87
13
14 Index: bootstrap-solaris.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v
17 retrieving revision 1.86
18 retrieving revision 1.87
19 diff -u -r1.86 -r1.87
20 --- bootstrap-solaris.xml 4 May 2012 19:25:16 -0000 1.86
21 +++ bootstrap-solaris.xml 7 May 2012 13:15:30 -0000 1.87
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.86 2012/05/04 19:25:16 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml,v 1.87 2012/05/07 13:15:30 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-solaris.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process for Solaris</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.61</version>
35 - <date>2012-05-04</date>
36 + <version>1.62</version>
37 + <date>2012-05-07</date>
38
39 <chapter>
40 <title>Bootstrapping on Solaris</title>
41 @@ -187,7 +187,7 @@
42 $ <i>emerge --oneshot --nodeps sys-devel/flex</i>
43 $ <i>emerge --oneshot --nodeps sys-devel/bison</i>
44 $ <i>emerge --oneshot --nodeps sys-devel/binutils-config</i>
45 -$ <i>emerge --oneshot --nodeps "=sys-devel/binutils-2.20*"</i> (version pin only necessary on Solaris)
46 +$ <i>emerge --oneshot --nodeps sys-devel/binutils</i>
47 $ <i>emerge --oneshot --nodeps sys-devel/gcc-config</i>
48 $ <i>emerge --oneshot --nodeps "=sys-devel/gcc-4.2*"</i>
49 </pre>