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 1FjjBr-0004tG-91 for garchives@archives.gentoo.org; Fri, 26 May 2006 20:45:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k4QKjbwA019722; Fri, 26 May 2006 20:45:37 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k4QKja2X019642 for ; Fri, 26 May 2006 20:45:36 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 2601264320 for ; Fri, 26 May 2006 20:45:36 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Fri, 26 May 2006 20:45:35 +0000 From: "Josh Saddler" Date: Fri, 26 May 2006 20:45:35 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml Message-Id: <20060526204536.2601264320@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: f9cac9ba-e0bc-4db4-a35c-6ea22e51cc32 X-Archives-Hash: 93efdf667faa9b6af5a7297fc106dade nightmorph 06/05/26 20:45:35 Modified: gcc-upgrading.xml Log: Updated gcc upgrading guide as per Halcy0n's request Revision Changes Path 1.13 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.13&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.13&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.12&r2=1.13&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gcc-upgrading.xml 1 Mar 2006 20:17:49 -0000 1.12 +++ gcc-upgrading.xml 26 May 2006 20:45:35 -0000 1.13 @@ -1,5 +1,5 @@ - + @@ -25,8 +25,8 @@ -11 -2006-03-01 +12 +2006-05-26 Introduction @@ -60,12 +60,11 @@ using a stage3 tarball, after a new GCC major/minor version has been released.

- -It should be noted that upgrading from GCC-3.4 to GCC-4.0 or greater requires -no real changes to be made by the user, as GCC-3.4 and GCC-4.0 use the same -ABI. All that is required is that gcc-config is used to select the -compiler desired. - + +It should be noted that upgrading from GCC-3.4 to GCC-4.1 or greater still +requires you to follow the general upgrading instructions, as GCC-3.4 and +GCC-4.1 use slightly different ABIs. + -- gentoo-doc-cvs@gentoo.org mailing list