Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Thu, 28 Jun 2007 20:34:00
Message-Id: E1I40gS-0007mR-Gu@stork.gentoo.org
1 nightmorph 07/06/28 20:33:44
2
3 Modified: hb-install-stage.xml
4 Log:
5 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.
6
7 Revision Changes Path
8 1.112 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.112&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.112&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.111&r2=1.112
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.111
18 retrieving revision 1.112
19 diff -u -r1.111 -r1.112
20 --- hb-install-stage.xml 23 Jun 2007 00:29:30 -0000 1.111
21 +++ hb-install-stage.xml 28 Jun 2007 20:33:44 -0000 1.112
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.111 2007/06/23 00:29:30 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.112 2007/06/28 20:33:44 nightmorph 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>8.3</version>
36 -<date>2007-06-22</date>
37 +<version>8.4</version>
38 +<date>2007-06-28</date>
39
40 <section>
41 <title>Installing a Stage Tarball</title>
42 @@ -397,12 +397,18 @@
43 too.
44 </p>
45
46 -<p>
47 +<p test="not(contains('AMD64 x86', func:keyval('arch')))">
48 A first setting is the <c>-march=</c> or <c>-mcpu=</c> flag, which specifies
49 the name of the target architecture. Possible options are described in the
50 <path>make.conf.example</path> file (as comments).
51 </p>
52
53 +<p test="contains('AMD64 x86',func:keyval('arch'))">
54 +A first setting is the <c>-march=</c> or <c>-mtune=</c> flag, which specifies
55 +the name of the target architecture. Possible options are described in the
56 +<path>make.conf.example</path> file (as comments).
57 +</p>
58 +
59 <p>
60 A second one is the <c>-O</c> flag (that is a capital O, not a zero),
61 which specifies the <c>gcc</c> optimization
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list