Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Wed, 01 Mar 2006 20:18:05
Message-Id: 200603012017.k21KHokx014566@robin.gentoo.org
1 jkt 06/03/01 20:17:49
2
3 Modified: xml/htdocs/doc/en gcc-upgrading.xml
4 Log:
5 Removed redundant notes about the need to substitute GCC version and CHOST settings
6
7 Revision Changes Path
8 1.12 +3 -18 xml/htdocs/doc/en/gcc-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo
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.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- gcc-upgrading.xml 1 Mar 2006 01:54:04 -0000 1.11
21 +++ gcc-upgrading.xml 1 Mar 2006 20:17:49 -0000 1.12
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.11 2006/03/01 01:54:04 vanquirius Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.12 2006/03/01 20:17:49 jkt 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>10</version>
34 -<date>2006-02-28</date>
35 +<version>11</version>
36 +<date>2006-03-01</date>
37
38 <chapter id="intro">
39 <title>Introduction</title>
40 @@ -201,11 +201,6 @@
41 # <i>emerge --oneshot -av libtool</i>
42 </pre>
43
44 -<note>
45 -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are
46 -using another CHOST, please use the appropriate gcc-config line.
47 -</note>
48 -
49 <p>
50 Now, we want to see which packages that revdep-rebuild will want to rebuild.
51 Then we will tell revdep-rebuild to actually rebuild the packages. This may take
52 @@ -259,11 +254,6 @@
53 # <i>emerge --oneshot -av libtool</i>
54 </pre>
55
56 -<note>
57 -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are
58 -using another CHOST, please use the appropriate gcc-config line.
59 -</note>
60 -
61 <p>
62 To provide compatibility with older binary C++ applications,
63 <c>sys-libs/libstdc++-v3</c> needs to be merged onto your system.
64 @@ -346,11 +336,6 @@
65 # <i>emerge --oneshot -av libtool</i>
66 </pre>
67
68 -<note>
69 -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are
70 -using another CHOST, please use the appropriate gcc-config line.
71 -</note>
72 -
73 <p>
74 To provide compatibility with older binary C++ applications,
75 <c>sys-libs/libstdc++-v3</c> needs to be merged onto your system.
76
77
78
79 --
80 gentoo-doc-cvs@g.o mailing list