jkt 06/03/01 20:17:49 Modified: xml/htdocs/doc/en gcc-upgrading.xml Log: Removed redundant notes about the need to substitute GCC version and CHOST settings
Revision Changes Path 1.12 +3 -18 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.12&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.12&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.11&r2=1.12&cvsroot=gentoo Index: gcc-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gcc-upgrading.xml 1 Mar 2006 01:54:04 -0000 1.11 +++ gcc-upgrading.xml 1 Mar 2006 20:17:49 -0000 1.12 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.11 2006/03/01 01:54:04 vanquirius Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.12 2006/03/01 20:17:49 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>10</version> -<date>2006-02-28</date> +<version>11</version> +<date>2006-03-01</date> <chapter id="intro"> <title>Introduction</title> @@ -201,11 +201,6 @@ # <i>emerge --oneshot -av libtool</i> </pre> -<note> -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are -using another CHOST, please use the appropriate gcc-config line. -</note> - <p> Now, we want to see which packages that revdep-rebuild will want to rebuild. Then we will tell revdep-rebuild to actually rebuild the packages. This may take @@ -259,11 +254,6 @@ # <i>emerge --oneshot -av libtool</i> </pre> -<note> -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are -using another CHOST, please use the appropriate gcc-config line. -</note> - <p> To provide compatibility with older binary C++ applications, <c>sys-libs/libstdc++-v3</c> needs to be merged onto your system. @@ -346,11 +336,6 @@ # <i>emerge --oneshot -av libtool</i> </pre> -<note> -This assumes that you have <c>CHOST="i686-pc-linux-gnu"</c> set. If you are -using another CHOST, please use the appropriate gcc-config line. -</note> - <p> To provide compatibility with older binary C++ applications, <c>sys-libs/libstdc++-v3</c> needs to be merged onto your system. -- [email protected] mailing list
