From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GJNnj-0007fE-Tl for garchives@archives.gentoo.org; Sat, 02 Sep 2006 05:12:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k825BulX012367; Sat, 2 Sep 2006 05:11:56 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k825BpeA021515 for ; Sat, 2 Sep 2006 05:11:53 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id F24AC651B2 for ; Sat, 2 Sep 2006 04:16:58 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sat, 2 Sep 2006 04:16:58 +0000 From: "vapier" Date: Sat, 2 Sep 2006 04:16:58 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml Message-Id: <20060902041658.F24AC651B2@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: f028fba7-c7e3-4880-9b20-dbbd57edb416 X-Archives-Hash: 20e913856d08288598a6da3ea6f1f9c4 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 @@ - + @@ -44,11 +44,13 @@

-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).

-- gentoo-doc-cvs@gentoo.org mailing list