nightmorph 06/10/06 17:41:37 Modified: gcc-upgrading.xml Log: updated gcc-upgrading guide for bug 148126
Revision Changes Path 1.25 xml/htdocs/doc/en/gcc-upgrading.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.24&r2=1.25 Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gcc-upgrading.xml 13 Sep 2006 23:39:00 -0000 1.24 +++ gcc-upgrading.xml 6 Oct 2006 17:41:37 -0000 1.25 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.24 2006/09/13 23:39:00 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.25 2006/10/06 17:41:37 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>20</version> -<date>2006-09-13</date> +<version>21</version> +<date>2006-10-06</date> <chapter id="intro"> <title>Introduction</title> @@ -112,7 +112,7 @@ <comment>(Please substitute "i686-pc-linux-gnu-4.1.1" with the GCC version and CHOST settings you've upgraded to:)</comment> # <i>gcc-config i686-pc-linux-gnu-4.1.1</i> -# <i>source /etc/profile</i> +# <i>env-update && source /etc/profile</i> <comment>If you upgraded from gcc 3 to 4 (e.g. from 3.4.6 to 4.1.1 in this example) you will have to run fix_libtool_files.sh manually</comment> -- [email protected] mailing list
