Gentoo Archives: gentoo-doc-cvs

From: vapier <vapier@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Sat, 02 Sep 2006 05:12:16
Message-Id: 20060902041658.F24AC651B2@smtp.gentoo.org
1 vapier 06/09/02 04:16:58
2
3 Modified: gcc-upgrading.xml
4 Log:
5 add a note about minor updates
6
7 Revision Changes Path
8 1.15 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.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.14&r2=1.15
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.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- gcc-upgrading.xml 31 Aug 2006 00:08:57 -0000 1.14
21 +++ gcc-upgrading.xml 2 Sep 2006 04:16:58 -0000 1.15
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.14 2006/08/31 00:08:57 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.15 2006/09/02 04:16:58 vapier Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -44,11 +44,13 @@
30 </p>
31
32 <p>
33 -If you install a newer version of GCC, the system will not switch over to use it
34 -automatically. You'll have to explicitly request the change because the
35 -migration process might require some additional steps. If you decide not to
36 -switch, Portage will continue to use older version of your compiler until you
37 -change your mind, or remove the old compiler from the system.
38 +If you install a new major version of GCC (such as 3.3.6 to 3.4.5), the system
39 +will not switch over to use it automatically. You'll have to explicitly request
40 +the change because the migration process might require some additional steps.
41 +If you decide not to switch, Portage will continue to use older version of your
42 +compiler until you change your mind, or remove the old compiler from the system.
43 +Non-major gcc upgrades are switched automatically for you (such as 3.4.5 to
44 +3.4.6).
45 </p>
46
47 <p>
48
49
50
51 --
52 gentoo-doc-cvs@g.o mailing list