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 1FCvsY-0005sO-R3 for garchives@archives.gentoo.org; Sat, 25 Feb 2006 09:38:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1P9cB8H014630; Sat, 25 Feb 2006 09:38:11 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 k1P9cAu1030029 for ; Sat, 25 Feb 2006 09:38:11 GMT Message-Id: <200602250938.k1P9cAu1030029@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 1FCvsQ-0001TW-89 for gentoo-doc-cvs@lists.gentoo.org; Sat, 25 Feb 2006 09:38:10 +0000 Received: by lark (sSMTP sendmail emulation); Sat, 25 Feb 2006 09:37:34 +0000 From: "Jan Kundrat" Date: Sat, 25 Feb 2006 09:37:34 +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: 96111e54-03e9-4e74-92cb-2c7e7f5cc2bb X-Archives-Hash: 723b06341a5a80d7cbcd80ed5f9303c8 jkt 06/02/25 09:37:34 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: a) removed redundant instructions for first time installations b) added around the "world" target c) moved the "remove old gcc" instructions for first-time installations to separate
as it's safe even for the revdep-rebuild way Revision Changes Path 1.10 +12 -29 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.10&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.10&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.9&r2=1.10&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gcc-upgrading.xml 9 Feb 2006 17:40:19 -0000 1.9 +++ gcc-upgrading.xml 25 Feb 2006 09:37:33 -0000 1.10 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -8 -2006-02-09 +9 +2006-02-25 Introduction @@ -394,40 +394,23 @@ that will affect the system compile.

-
-# emerge -uav gcc
-# gcc-config i686-pc-linux-gnu-3.4.4
-# source /etc/profile
-
-(Rebuilding libtool)
-# emerge --oneshot -av libtool
-
- - -This assumes that you have CHOST="i686-pc-linux-gnu" set. If you are -using another CHOST, please use the appropriate gcc-config line. - - -

-To provide compatibility with older binary C++ applications, -sys-libs/libstdc++-v3 needs to be merged onto your system. -

- -
-# emerge --oneshot sys-libs/libstdc++-v3
-
-

Since we are performing these actions after an initial installation, we do not -need to recompile the world target as we would when doing an upgrade on an -already installed system. However, you may choose to perform a world update in -place of the system update, to ensure that all packages are updated. +need to recompile the world target as we would when doing an upgrade on +an already installed system. However, you may choose to perform a world update +in place of the system update, to ensure that all packages are updated.

 # emerge -e system
 
+ +
+
+Cleaning up + +

It is also safe to remove older GCC versions at this time. Please substitute YOUR-NEW-GCC-VERSION with the actual version you've upgraded to: -- gentoo-doc-cvs@gentoo.org mailing list