| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.7 2004/02/19 15:16:31 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/new-upgrade-to-gentoo-1.4.xml,v 1.8 2004/04/11 10:52:16 cam Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/lang/new-upgrade-to-gentoo-1.4.xml"> |
5 | <guide link="/doc/lang/new-upgrade-to-gentoo-1.4.xml"> |
| 6 | |
6 | |
| 7 | <title>Gentoo 1.4 Upgrade Guide</title> |
7 | <title>Gentoo 1.4 Upgrade Guide</title> |
| … | |
… | |
| 93 | # <i>emerge -u gcc</i> |
93 | # <i>emerge -u gcc</i> |
| 94 | </pre> |
94 | </pre> |
| 95 | |
95 | |
| 96 | <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> |
| 97 | <pre> |
97 | <pre> |
| 98 | # <c>gcc-config --get-current-profile</c> |
98 | # <i>gcc-config --get-current-profile</i> |
| 99 | </pre> |
99 | </pre> |
| 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> |
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> |
| 101 | </body> |
101 | </body> |
| 102 | </section> |
102 | </section> |
| 103 | <section> |
103 | <section> |