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.54) id 1FEGXe-0001Ml-At for garchives@archives.gentoo.org; Wed, 01 Mar 2006 01:54:14 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k211rdvZ003106; Wed, 1 Mar 2006 01:53:39 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k211rcKZ024767 for ; Wed, 1 Mar 2006 01:53:38 GMT Message-Id: <200603010153.k211rcKZ024767@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1FEGXV-00049H-OM for gentoo-doc-cvs@lists.gentoo.org; Wed, 01 Mar 2006 01:54:05 +0000 Received: by lark (sSMTP sendmail emulation); Wed, 1 Mar 2006 01:54:05 +0000 From: "Marcelo Goes" Date: Wed, 1 Mar 2006 01:54:05 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml 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: 85ccdf87-e7ec-4bd2-b5a7-d574c8063096 X-Archives-Hash: 1f7b34e6af908f74bbe035c18dec22b0 vanquirius 06/03/01 01:54:04 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: 3.4.4->3.4.5, add "(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC version and CHOST settings you've upgraded to:)" to all codelists that have gcc-config in them. Reported by Justin R Eylander via e-mail. Revision Changes Path 1.11 +14 -8 xml/htdocs/doc/en/gcc-upgrading.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.11&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.11&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.10&r2=1.11&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gcc-upgrading.xml 25 Feb 2006 09:37:33 -0000 1.10 +++ gcc-upgrading.xml 1 Mar 2006 01:54:04 -0000 1.11 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -9 -2006-02-25 +10 +2006-02-28 Introduction @@ -108,9 +108,9 @@
 # emerge -uav gcc
 
-(Please substitute "i686-pc-linux-gnu-3.4.4" with the GCC
+(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
 version and CHOST settings you've upgraded to:)
-# gcc-config i686-pc-linux-gnu-3.4.4
+# gcc-config i686-pc-linux-gnu-3.4.5
 # source /etc/profile
 
 (Rebuilding libtool)
@@ -192,7 +192,9 @@
 
 # emerge -an gentoolkit
 # emerge -uav gcc
-# gcc-config i686-pc-linux-gnu-3.4.4
+(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
+version and CHOST settings you've upgraded to:)
+# gcc-config i686-pc-linux-gnu-3.4.5
 # source /etc/profile
 
 (Rebuilding libtool)
@@ -248,7 +250,9 @@
 
 
 # emerge -uav gcc
-# gcc-config i686-pc-linux-gnu-3.4.4
+(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
+version and CHOST settings you've upgraded to:)
+# gcc-config i686-pc-linux-gnu-3.4.5
 # source /etc/profile
 
 (Rebuilding libtool)
@@ -333,7 +337,9 @@
 
 
 # emerge -uav gcc
-# gcc-config i686-pc-linux-gnu-3.4.4
+(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC
+version and CHOST settings you've upgraded to:)
+# gcc-config i686-pc-linux-gnu-3.4.5
 # source /etc/profile
 
 (Rebuilding libtool)



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