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 @@
 <!-- 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.111 
2007/06/23 00:29:30 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.112 
2007/06/28 20:33:44 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 describe how you extract the stage3 archive and configure Portage.
 </abstract>
 
-<version>8.3</version>
-<date>2007-06-22</date>
+<version>8.4</version>
+<date>2007-06-28</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -397,12 +397,18 @@
 too. 
 </p>
 
-<p>
+<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).
 </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).
+</p>
+
 <p>
 A second one is the <c>-O</c> flag (that is a capital O, not a zero),
 which specifies the <c>gcc</c> optimization



-- 
[EMAIL PROTECTED] mailing list

Reply via email to