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 1GNVwz-0000Bl-PB for garchives@archives.gentoo.org; Wed, 13 Sep 2006 14:42:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8DEh0RQ018322; Wed, 13 Sep 2006 14:43:00 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 k8DEgxeM024256 for ; Wed, 13 Sep 2006 14:42:59 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 B70DF64788 for ; Wed, 13 Sep 2006 14:42:58 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Wed, 13 Sep 2006 14:42:58 +0000 From: "Jan Kundrat" Date: Wed, 13 Sep 2006 14:42:58 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml Message-Id: <20060913144258.B70DF64788@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: dbe309e9-0c0a-4aa0-9eab-d7a6daedb701 X-Archives-Hash: 9a7c4fa8f36893a8fcfc9b6f90fd63b1 jkt 06/09/13 14:42:58 Modified: gcc-upgrading.xml Log: #146857, don't say "from 3.3 to 3.4 or greater" Revision Changes Path 1.21 xml/htdocs/doc/en/gcc-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.20&r2=1.21 Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gcc-upgrading.xml 7 Sep 2006 11:06:40 -0000 1.20 +++ gcc-upgrading.xml 13 Sep 2006 14:42:58 -0000 1.21 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -18 -2006-09-06 +19 +2006-09-13 Introduction @@ -56,8 +56,8 @@

This guide will document the necessary steps required to perform a seamless upgrade of the compiler used by your Gentoo box. A specific section is -dedicated to the upgrade from GCC 3.3 to 3.4 or -greater versions and issues with libstdc++. A second specific +dedicated to the upgrade from GCC 3.3 to 3.4 +and issues with libstdc++. A second specific section is for users first installing Gentoo using a stage3 tarball, after a new GCC major/minor version has been released.

@@ -79,8 +79,8 @@ -If you're looking for instructions specific to upgrades from GCC-3.3 to GCC-3.4 -or greater, please consult the dedicated +If you're looking for instructions specific to upgrades from GCC-3.3 to GCC-3.4, +please consult the dedicated section. @@ -152,13 +152,13 @@
-Upgrading from GCC-3.3 to 3.4 or greater +Upgrading from GCC-3.3 to 3.4
Introduction

-The upgrade from GCC-3.3 to 3.4 or greater is not seamless as the C++ ABI +The upgrade from GCC-3.3 to 3.4 (or greater) is not seamless as the C++ ABI changed between these two versions. There is an issue with the libstdc++ library which must be taken care of, as well.

@@ -321,7 +321,7 @@ A GCC upgrade on a system after installation from a stage3 tarball is a simple affair. One advantage users of new installations have is they do not have a plethora of software installed that links against the older version of GCC. -The following example is for a GCC-3.3 to 3.4 or greater upgrade. Certain parts +The following example is for a GCC-3.3 to 3.4 upgrade. Certain parts will be different if upgrading from other versions of GCC. For example, the library names used for revdep-rebuild below are GCC 3.3 specific, as well as the need to install libstdc++-v3. -- gentoo-doc-cvs@gentoo.org mailing list