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 1Hedpi-0000Va-DU for garchives@archives.gentoo.org; Thu, 19 Apr 2007 21:06:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3JL60Yo010518; 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 l3JL5xia010507 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 10870645B3 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-0005ap-6C 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: 2aff2961-a93d-458d-b5d4-5b0324f19437 X-Archives-Hash: c53eb9004318bc3999d7bffb1bd92021 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.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 @@ - + Gentoo Linux SPARC Handbook @@ -10,7 +10,7 @@ SPARC releases/sparc/2006.1/sparc64/ stage3-sparc64-2006.1.tar.bz2 - -O2 -mcpu=v9 -pipe + -O2 -mcpu=ultrasparc -pipe @@ -128,8 +128,8 @@ -7.2 -2007-03-10 +7.3 +2007-04-19 Installing Gentoo -- gentoo-doc-cvs@gentoo.org mailing list