Gentoo Archives: gentoo-doc-cvs

From: Marcelo Goes <vanquirius@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Wed, 01 Mar 2006 01:54:14
Message-Id: 200603010153.k211rcKZ024767@robin.gentoo.org
1 vanquirius 06/03/01 01:54:04
2
3 Modified: xml/htdocs/doc/en gcc-upgrading.xml
4 Log:
5 3.4.4->3.4.5, add "(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
6 version and CHOST settings you've upgraded to:)" to all codelists that
7 have gcc-config in them. Reported by Justin R Eylander
8 <jeylande at cs dot indiana dot edu> via e-mail.
9
10 Revision Changes Path
11 1.11 +14 -8 xml/htdocs/doc/en/gcc-upgrading.xml
12
13 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo
14 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo
15 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo
16
17 Index: gcc-upgrading.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- gcc-upgrading.xml 25 Feb 2006 09:37:33 -0000 1.10
24 +++ gcc-upgrading.xml 1 Mar 2006 01:54:04 -0000 1.11
25 @@ -1,5 +1,5 @@
26 <?xml version='1.0' encoding="UTF-8"?>
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.10 2006/02/25 09:37:33 jkt Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.11 2006/03/01 01:54:04 vanquirius Exp $ -->
29
30 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
31
32 @@ -25,8 +25,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>9</version>
37 -<date>2006-02-25</date>
38 +<version>10</version>
39 +<date>2006-02-28</date>
40
41 <chapter id="intro">
42 <title>Introduction</title>
43 @@ -108,9 +108,9 @@
44 <pre caption="Upgrading GCC">
45 # <i>emerge -uav gcc</i>
46
47 -<comment>(Please substitute "i686-pc-linux-gnu-3.4.4" with the GCC
48 +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
49 version and CHOST settings you've upgraded to:)</comment>
50 -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i>
51 +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i>
52 # <i>source /etc/profile</i>
53
54 <comment>(Rebuilding libtool)</comment>
55 @@ -192,7 +192,9 @@
56 <pre caption="Installing gentoolkit and upgrading GCC">
57 # <i>emerge -an gentoolkit</i>
58 # <i>emerge -uav gcc</i>
59 -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i>
60 +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
61 +version and CHOST settings you've upgraded to:)</comment>
62 +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i>
63 # <i>source /etc/profile</i>
64
65 <comment>(Rebuilding libtool)</comment>
66 @@ -248,7 +250,9 @@
67
68 <pre caption="Upgrading GCC">
69 # <i>emerge -uav gcc</i>
70 -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i>
71 +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
72 +version and CHOST settings you've upgraded to:)</comment>
73 +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i>
74 # <i>source /etc/profile</i>
75
76 <comment>(Rebuilding libtool)</comment>
77 @@ -333,7 +337,9 @@
78
79 <pre caption="Upgrading GCC">
80 # <i>emerge -uav gcc</i>
81 -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i>
82 +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
83 +version and CHOST settings you've upgraded to:)</comment>
84 +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i>
85 # <i>source /etc/profile</i>
86
87 <comment>(Rebuilding libtool)</comment>
88
89
90
91 --
92 gentoo-doc-cvs@g.o mailing list