Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Fri, 06 Oct 2006 17:41:56
Message-Id: 20061006174138.3FAB364244@smtp.gentoo.org
1 nightmorph 06/10/06 17:41:37
2
3 Modified: gcc-upgrading.xml
4 Log:
5 updated gcc-upgrading guide for bug 148126
6
7 Revision Changes Path
8 1.25 xml/htdocs/doc/en/gcc-upgrading.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.25&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.25&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.24&r2=1.25
13
14 Index: gcc-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- gcc-upgrading.xml 13 Sep 2006 23:39:00 -0000 1.24
21 +++ gcc-upgrading.xml 6 Oct 2006 17:41:37 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.24 2006/09/13 23:39:00 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.25 2006/10/06 17:41:37 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -25,8 +25,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>20</version>
34 -<date>2006-09-13</date>
35 +<version>21</version>
36 +<date>2006-10-06</date>
37
38 <chapter id="intro">
39 <title>Introduction</title>
40 @@ -112,7 +112,7 @@
41 <comment>(Please substitute "i686-pc-linux-gnu-4.1.1" with the GCC
42 version and CHOST settings you've upgraded to:)</comment>
43 # <i>gcc-config i686-pc-linux-gnu-4.1.1</i>
44 -# <i>source /etc/profile</i>
45 +# <i>env-update &amp;&amp; source /etc/profile</i>
46
47 <comment>If you upgraded from gcc 3 to 4 (e.g. from 3.4.6 to 4.1.1 in this
48 example) you will have to run fix_libtool_files.sh manually</comment>
49
50
51
52 --
53 gentoo-doc-cvs@g.o mailing list