Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap-macos.xml
Date: Wed, 24 Oct 2007 08:34:25
Message-Id: E1Ikbgy-0006fI-49@stork.gentoo.org
1 grobian 07/10/24 08:34:20
2
3 Modified: bootstrap-macos.xml
4 Log:
5 Really force people to think a bit by disallowing them to simply cut 'n' paste, as for Intel users this too often results in not having the compiler doing SSE instructions.
6
7 Revision Changes Path
8 1.15 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml?r1=1.14&r2=1.15
13
14 Index: bootstrap-macos.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- bootstrap-macos.xml 12 Sep 2007 07:33:23 -0000 1.14
21 +++ bootstrap-macos.xml 24 Oct 2007 08:34:19 -0000 1.15
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.14 2007/09/12 07:33:23 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap-macos.xml,v 1.15 2007/10/24 08:34:19 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap-macos.xml" lang="en">
29 <title>Gentoo Prefixed Portage Bootstrap Process for Mac OS X</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.2</version>
35 - <date>2007-04-27</date>
36 + <version>1.3</version>
37 + <date>2007-10-24</date>
38
39 <chapter>
40 <title>Bootstrapping on OS X</title>
41 @@ -286,12 +286,16 @@
42 </p>
43 <pre caption="Customising the prefix installation - example">
44 $ <i>echo 'USE="unicode nls"' >> $EPREFIX/etc/make.conf</i>
45 -$ <i>echo 'CFLAGS="-O2 -pipe"' >> $EPREFIX/etc/make.conf</i>
46 +$ <i>echo 'CFLAGS="-O2 -pipe &lt;my-cpu-flags&gt;"' >> $EPREFIX/etc/make.conf</i>
47 </pre>
48 <note>
49 - OSX on Intel users should have <c>-march=prescott</c> in their
50 - <c>CFLAGS</c> to avoid compilation errors due to SSE
51 - instructions not being enabled.
52 + You have to replace <c>&lt;my-cpu-flags&gt;</c> with something
53 + that matches your CPU.
54 + Intel-based Mac users (e.g. MacBook, Core2Duo) should at least
55 + have <c>-march=prescott</c> here to avoid compilation errors
56 + due to SSE instructions not being enabled. PPC users can use
57 + their CPU's alias to enable CPU specific tuning, e.g.
58 + <c>-mcpu=G5 -mtune=G5</c>.
59 </note>
60 <p>
61 Since we're about to rebuild our system for the last time, we
62
63
64
65 --
66 gentoo-commits@g.o mailing list