Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml
Date: Wed, 31 Oct 2012 18:55:45
Message-Id: 20121031185528.172F620E47@flycatcher.gentoo.org
1 swift 12/10/31 18:55:28
2
3 Modified: hb-install-stage.xml
4 Log:
5 Fix bug #431616 - Add in reference to the march=native setting
6
7 Revision Changes Path
8 1.126 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.126&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.126&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.125&r2=1.126
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
17 retrieving revision 1.125
18 retrieving revision 1.126
19 diff -u -r1.125 -r1.126
20 --- hb-install-stage.xml 6 Oct 2012 19:49:18 -0000 1.125
21 +++ hb-install-stage.xml 31 Oct 2012 18:55:27 -0000 1.126
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.125 2012/10/06 19:49:18 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.126 2012/10/31 18:55:27 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 describe how you extract the stage3 archive and configure Portage.
33 </abstract>
34
35 -<version>13</version>
36 -<date>2012-10-06</date>
37 +<version>14</version>
38 +<date>2012-10-31</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -399,13 +399,17 @@
43 <p test="not(contains('AMD64 x86', func:keyval('arch')))">
44 A first setting is the <c>-march=</c> or <c>-mcpu=</c> flag, which specifies
45 the name of the target architecture. Possible options are described in the
46 -<path>make.conf.example</path> file (as comments).
47 +<path>make.conf.example</path> file (as comments). A commonly used value is
48 +<e>native</e> as that tells the compiler to select the target architecture of
49 +the current system (the one you are installing on).
50 </p>
51
52 <p test="contains('AMD64 x86',func:keyval('arch'))">
53 A first setting is the <c>-march=</c> or <c>-mtune=</c> flag, which specifies
54 the name of the target architecture. Possible options are described in the
55 -<path>make.conf.example</path> file (as comments).
56 +<path>make.conf.example</path> file (as comments). A commonly used value is
57 +<e>native</e> as that tells the compiler to select the target architecture of
58 +the current system (the one you are installing on).
59 </p>
60
61 <p>