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.9 xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml?r1=1.8&r2=1.9 Index: handbook-sparc.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- handbook-sparc.xml 14 Apr 2007 03:02:40 -0000 1.8 +++ handbook-sparc.xml 19 Apr 2007 21:05:58 -0000 1.9 @@ -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/2007.0/handbook-sparc.xml,v 1.8 2007/04/14 03:02:40 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/handbook-sparc.xml,v 1.9 2007/04/19 21:05:58 neysx Exp $ --> <book link="/doc/en/handbook/2007.0/handbook-sparc.xml"> <title>Gentoo Linux 2007.0 SPARC Handbook</title> @@ -13,7 +13,7 @@ <key id="online-book">2007.0/handbook-sparc.xml</key> <key id="release-dir">releases/sparc/2007.0/sparc64/</key> <key id="stage3">stage3-sparc64-2007.0.tar.bz2</key> - <key id="CFLAGS">-O2 -mcpu=v9 -pipe</key> + <key id="CFLAGS">-O2 -mcpu=ultrasparc -pipe</key> </values> <author title="Author"> -- [EMAIL PROTECTED] mailing list
