| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.9 2004/09/17 09:46:34 swift Exp $ --> |
| 3 | |
|
|
| 4 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 5 | |
4 | |
| 6 | <guide link="/doc/lang/new-upgrade-to-gentoo-1.4.xml"> |
5 | <guide link="new-upgrade-to-gentoo-1.4.xml"> |
| 7 | |
6 | |
| 8 | <title>Gentoo 1.4 Upgrade Guide</title> |
7 | <title>Gentoo 1.4 Upgrade Guide</title> |
| 9 | |
8 | |
| 10 | <author title = "Author"> |
9 | <author title = "Author"> |
| 11 | <mail link = "rac@gentoo.org">Robert Coie</mail> |
10 | <mail link = "rac@gentoo.org">Robert Coie</mail> |
| … | |
… | |
| 13 | |
12 | |
| 14 | <author title = "Copy Editor"> |
13 | <author title = "Copy Editor"> |
| 15 | <mail link = "avenj@gentoo.org">Jon Portnoy</mail> |
14 | <mail link = "avenj@gentoo.org">Jon Portnoy</mail> |
| 16 | </author> |
15 | </author> |
| 17 | |
16 | |
|
|
17 | <abstract>A method for upgrading older Gentoo installations in place to Gentoo 1.4</abstract> |
|
|
18 | <license/> |
| 18 | <version>0.1</version> |
19 | <version>0.1</version> |
| 19 | <date>3 March 2003</date> |
20 | <date>3 March 2003</date> |
| 20 | |
21 | |
| 21 | <license/> |
|
|
| 22 | |
22 | |
| 23 | <abstract>A method for upgrading older Gentoo installations in place to Gentoo 1.4</abstract> |
|
|
| 24 | |
23 | |
| 25 | <chapter> |
24 | <chapter> |
| 26 | <title>Before you begin</title> |
25 | <title>Before you begin</title> |
| 27 | <section> |
26 | <section> |
| 28 | <title>Be prepared</title> |
27 | <title>Be prepared</title> |
| … | |
… | |
| 94 | # <i>emerge -u gcc</i> |
93 | # <i>emerge -u gcc</i> |
| 95 | </pre> |
94 | </pre> |
| 96 | |
95 | |
| 97 | <p>You can now check to see if gcc-config is working properly:</p> |
96 | <p>You can now check to see if gcc-config is working properly:</p> |
| 98 | <pre> |
97 | <pre> |
| 99 | # <c>gcc-config --get-current-profile</c> |
98 | # <i>gcc-config --get-current-profile</i> |
| 100 | </pre> |
99 | </pre> |
| 101 | <p>This should return i686-pc-linux-gnu-2.95.3 on most x86 systems. Older systems may return i586-pc-linux-gnu-2.95.3.</p> |
100 | <p>This should return i686-pc-linux-gnu-2.95.3 on most x86 systems. Older systems may return i586-pc-linux-gnu-2.95.3.</p> |
| 102 | </body> |
101 | </body> |
| 103 | </section> |
102 | </section> |
| 104 | <section> |
103 | <section> |