neysx 07/04/19 21:05:58 Modified: handbook-sparc.xml Log: [19 21:33:20] <Weeve> the CFLAG that needs fixing in the example is "-mcpu=v9". It should be "-mcpu=ultrasparc".
Revision Changes Path 1.133 xml/htdocs/doc/en/handbook/handbook-sparc.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?rev=1.133&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?rev=1.133&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml?r1=1.132&r2=1.133 Index: handbook-sparc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- handbook-sparc.xml 10 Mar 2007 17:14:15 -0000 1.132 +++ handbook-sparc.xml 19 Apr 2007 21:05:58 -0000 1.133 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE book SYSTEM "/dtd/book.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v 1.132 2007/03/10 17:14:15 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v 1.133 2007/04/19 21:05:58 neysx Exp $ --> <book link="/doc/en/handbook/handbook-sparc.xml"> <title>Gentoo Linux SPARC Handbook</title> @@ -10,7 +10,7 @@ <key id="arch">SPARC</key> <key id="release-dir">releases/sparc/2006.1/sparc64/</key> <key id="stage3">stage3-sparc64-2006.1.tar.bz2</key> - <key id="CFLAGS">-O2 -mcpu=v9 -pipe</key> + <key id="CFLAGS">-O2 -mcpu=ultrasparc -pipe</key> </values> <author title="Author"> @@ -128,8 +128,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>7.2</version> -<date>2007-03-10</date> +<version>7.3</version> +<date>2007-04-19</date> <part> <title>Installing Gentoo</title> -- [EMAIL PROTECTED] mailing list
