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: Sat, 25 Feb 2006 09:38:19
Message-Id: 200602250938.k1P9cAu1030029@robin.gentoo.org
1 jkt 06/02/25 09:37:34
2
3 Modified: xml/htdocs/doc/en gcc-upgrading.xml
4 Log:
5 a) removed redundant instructions for first time installations
6 b) added <c> around the "world" target
7 c) moved the "remove old gcc" instructions for first-time installations
8 to separate <section> as it's safe even for the revdep-rebuild way
9
10 Revision Changes Path
11 1.10 +12 -29 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.10&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.10&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.9&r2=1.10&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.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- gcc-upgrading.xml 9 Feb 2006 17:40:19 -0000 1.9
24 +++ gcc-upgrading.xml 25 Feb 2006 09:37:33 -0000 1.10
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.9 2006/02/09 17:40:19 jkt Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.10 2006/02/25 09:37:33 jkt 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>8</version>
37 -<date>2006-02-09</date>
38 +<version>9</version>
39 +<date>2006-02-25</date>
40
41 <chapter id="intro">
42 <title>Introduction</title>
43 @@ -394,40 +394,23 @@
44 that will affect the system compile.
45 </p>
46
47 -<pre caption="Upgrading GCC">
48 -# <i>emerge -uav gcc</i>
49 -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i>
50 -# <i>source /etc/profile</i>
51 -
52 -<comment>(Rebuilding libtool)</comment>
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 -</p>
65 -
66 -<pre caption="Installing libstdc++-v3">
67 -# <i>emerge --oneshot sys-libs/libstdc++-v3</i>
68 -</pre>
69 -
70 <p>
71 Since we are performing these actions after an initial installation, we do not
72 -need to recompile the world target as we would when doing an upgrade on an
73 -already installed system. However, you may choose to perform a world update in
74 -place of the system update, to ensure that all packages are updated.
75 +need to recompile the <c>world</c> target as we would when doing an upgrade on
76 +an already installed system. However, you may choose to perform a world update
77 +in place of the system update, to ensure that all packages are updated.
78 </p>
79
80 <pre caption="Rebuilding system">
81 # <i>emerge -e system</i>
82 </pre>
83
84 +</body>
85 +</section>
86 +<section id="first-install-cleaning-up">
87 +<title>Cleaning up</title>
88 +<body>
89 +
90 <p>
91 It is also safe to remove older GCC versions at this time. Please substitute
92 <c>YOUR-NEW-GCC-VERSION</c> with the actual version you've upgraded to:
93
94
95
96 --
97 gentoo-doc-cvs@g.o mailing list