vapier 06/09/02 04:16:58 Modified: gcc-upgrading.xml Log: add a note about minor updates
Revision Changes Path 1.15 xml/htdocs/doc/en/gcc-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.15&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.14&r2=1.15 Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- gcc-upgrading.xml 31 Aug 2006 00:08:57 -0000 1.14 +++ gcc-upgrading.xml 2 Sep 2006 04:16:58 -0000 1.15 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.14 2006/08/31 00:08:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.15 2006/09/02 04:16:58 vapier Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -44,11 +44,13 @@ </p> <p> -If you install a newer version of GCC, the system will not switch over to use it -automatically. You'll have to explicitly request the change because the -migration process might require some additional steps. If you decide not to -switch, Portage will continue to use older version of your compiler until you -change your mind, or remove the old compiler from the system. +If you install a new major version of GCC (such as 3.3.6 to 3.4.5), the system +will not switch over to use it automatically. You'll have to explicitly request +the change because the migration process might require some additional steps. +If you decide not to switch, Portage will continue to use older version of your +compiler until you change your mind, or remove the old compiler from the system. +Non-major gcc upgrades are switched automatically for you (such as 3.4.5 to +3.4.6). </p> <p> -- [email protected] mailing list
