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 1I40gh-0000hs-It for garchives@archives.gentoo.org; Thu, 28 Jun 2007 20:34:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5SKXmfR029769; Thu, 28 Jun 2007 20:33:48 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 l5SKXlhN029747 for ; Thu, 28 Jun 2007 20:33:47 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 197B964B3C for ; Thu, 28 Jun 2007 20:33:47 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1I40gS-0007mR-Gu for gentoo-doc-cvs@lists.gentoo.org; Thu, 28 Jun 2007 20:33:44 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml Message-Id: From: Josh Saddler Date: Thu, 28 Jun 2007 20:33:44 +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: a4789d3c-fc4d-45bf-a0b3-65346bac92db X-Archives-Hash: cb702b5719b02167d858ceed6cc80d5f nightmorph 07/06/28 20:33:44 Modified: hb-install-stage.xml Log: added some conditionals for bug 183557 to make -march and -mtune to show up for x86 and amd64, as other arches actually do use -mcpu since it isn't deprecated. bugzie is down, so i can't close the bug ATM either. Revision Changes Path 1.112 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.112&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.111&r2=1.112 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- hb-install-stage.xml 23 Jun 2007 00:29:30 -0000 1.111 +++ hb-install-stage.xml 28 Jun 2007 20:33:44 -0000 1.112 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. -8.3 -2007-06-22 +8.4 +2007-06-28
Installing a Stage Tarball @@ -397,12 +397,18 @@ too.

-

+

A first setting is the -march= or -mcpu= flag, which specifies the name of the target architecture. Possible options are described in the make.conf.example file (as comments).

+

+A first setting is the -march= or -mtune= flag, which specifies +the name of the target architecture. Possible options are described in the +make.conf.example file (as comments). +

+

A second one is the -O flag (that is a capital O, not a zero), which specifies the gcc optimization -- gentoo-doc-cvs@gentoo.org mailing list