From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HedpZ-0003KC-G7 for garchives@archives.gentoo.org; Thu, 19 Apr 2007 21:06:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3JL60V6010516; Thu, 19 Apr 2007 21:06:00 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3JL5xKi010506 for ; Thu, 19 Apr 2007 21:06:00 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2695C64EFB for ; Thu, 19 Apr 2007 21:05:59 +0000 (UTC) Received: from neysx by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HedpG-0007Cx-AG for gentoo-doc-cvs@lists.gentoo.org; Thu, 19 Apr 2007 21:05:58 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: handbook-sparc.xml Message-Id: From: Xavier Neys Date: Thu, 19 Apr 2007 21:05:58 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 50a72d56-896d-4fd9-83e5-085297826e77 X-Archives-Hash: 5d310697ea336849ddf06ad1d9489c11 neysx 07/04/19 21:05:58 Modified: handbook-sparc.xml Log: [19 21:33:20] 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 @@ - + Gentoo Linux 2007.0 SPARC Handbook @@ -13,7 +13,7 @@ 2007.0/handbook-sparc.xml releases/sparc/2007.0/sparc64/ stage3-sparc64-2007.0.tar.bz2 - -O2 -mcpu=v9 -pipe + -O2 -mcpu=ultrasparc -pipe -- gentoo-doc-cvs@gentoo.org mailing list