swift 12/10/31 18:55:27 Modified: hb-install-stage.xml Log: Fix bug #431616 - Add in reference to the march=native setting
Revision Changes Path 1.126 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.126&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.126&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.125&r2=1.126 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- hb-install-stage.xml 6 Oct 2012 19:49:18 -0000 1.125 +++ hb-install-stage.xml 31 Oct 2012 18:55:27 -0000 1.126 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.125 2012/10/06 19:49:18 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.126 2012/10/31 18:55:27 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>13</version> -<date>2012-10-06</date> +<version>14</version> +<date>2012-10-31</date> <section> <title>Installing a Stage Tarball</title> @@ -399,13 +399,17 @@ <p test="not(contains('AMD64 x86', func:keyval('arch')))"> A first setting is the <c>-march=</c> or <c>-mcpu=</c> flag, which specifies the name of the target architecture. Possible options are described in the -<path>make.conf.example</path> file (as comments). +<path>make.conf.example</path> file (as comments). A commonly used value is +<e>native</e> as that tells the compiler to select the target architecture of +the current system (the one you are installing on). </p> <p test="contains('AMD64 x86',func:keyval('arch'))"> A first setting is the <c>-march=</c> or <c>-mtune=</c> flag, which specifies the name of the target architecture. Possible options are described in the -<path>make.conf.example</path> file (as comments). +<path>make.conf.example</path> file (as comments). A commonly used value is +<e>native</e> as that tells the compiler to select the target architecture of +the current system (the one you are installing on). </p> <p>
