vanquirius 06/03/01 01:54:04 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: 3.4.4->3.4.5, add "(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC version and CHOST settings you've upgraded to:)" to all codelists that have gcc-config in them. Reported by Justin R Eylander <jeylande at cs dot indiana dot edu> via e-mail.
Revision Changes Path 1.11 +14 -8 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.11&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.11&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.10&r2=1.11&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gcc-upgrading.xml 25 Feb 2006 09:37:33 -0000 1.10 +++ gcc-upgrading.xml 1 Mar 2006 01:54:04 -0000 1.11 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.10 2006/02/25 09:37:33 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.11 2006/03/01 01:54:04 vanquirius Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>9</version> -<date>2006-02-25</date> +<version>10</version> +<date>2006-02-28</date> <chapter id="intro"> <title>Introduction</title> @@ -108,9 +108,9 @@ <pre caption="Upgrading GCC"> # <i>emerge -uav gcc</i> -<comment>(Please substitute "i686-pc-linux-gnu-3.4.4" with the GCC +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC version and CHOST settings you've upgraded to:)</comment> -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i> +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i> # <i>source /etc/profile</i> <comment>(Rebuilding libtool)</comment> @@ -192,7 +192,9 @@ <pre caption="Installing gentoolkit and upgrading GCC"> # <i>emerge -an gentoolkit</i> # <i>emerge -uav gcc</i> -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i> +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC +version and CHOST settings you've upgraded to:)</comment> +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i> # <i>source /etc/profile</i> <comment>(Rebuilding libtool)</comment> @@ -248,7 +250,9 @@ <pre caption="Upgrading GCC"> # <i>emerge -uav gcc</i> -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i> +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC +version and CHOST settings you've upgraded to:)</comment> +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i> # <i>source /etc/profile</i> <comment>(Rebuilding libtool)</comment> @@ -333,7 +337,9 @@ <pre caption="Upgrading GCC"> # <i>emerge -uav gcc</i> -# <i>gcc-config i686-pc-linux-gnu-3.4.4</i> +<comment>(Please substitute "i686-pc-linux-gnu-3.4.5" with the GCC +version and CHOST settings you've upgraded to:)</comment> +# <i>gcc-config i686-pc-linux-gnu-3.4.5</i> # <i>source /etc/profile</i> <comment>(Rebuilding libtool)</comment> -- [email protected] mailing list
