Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gcc-upgrading.xml
Date: Mon, 30 Jan 2006 15:33:00
Message-Id: 200601301532.k0UFWq4S006413@robin.gentoo.org
1 jkt 06/01/30 15:32:52
2
3 Modified: xml/htdocs/doc/en gcc-upgrading.xml
4 Log:
5 #120164: add a warning about migrating from 3.3 to 3.4 on SPARC
6
7 Revision Changes Path
8 1.5 +10 -3 xml/htdocs/doc/en/gcc-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gcc-upgrading.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: gcc-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- gcc-upgrading.xml 14 Dec 2005 20:03:44 -0000 1.4
21 +++ gcc-upgrading.xml 30 Jan 2006 15:32:52 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.4 2005/12/14 20:03:44 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.5 2006/01/30 15:32:52 jkt Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -26,8 +26,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3</version>
34 -<date>2005-12-08</date>
35 +<version>4</version>
36 +<date>2006-01-30</date>
37
38 <chapter id="intro">
39 <title>Introduction</title>
40 @@ -145,6 +145,13 @@
41 <title>The Choices</title>
42 <body>
43
44 +<impo>
45 +If you're upgrading on a SPARC machine, you will have to take the way of
46 +<uri link="#upgrade-3.3-to-3.4-emerge-e">complete system rebuild</uri> due to
47 +some internal <uri link="http://gcc.gnu.org/gcc-3.4/sparc-abi.html">ABI
48 +changes</uri> in GCC's parameter passing.
49 +</impo>
50 +
51 <p>
52 You have two possibilities on how to upgrade your system. <uri
53 link="#upgrade-3.3-to-3.4-revdep-rebuild">First method</uri> is faster and
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list