Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Thu, 28 Jul 2005 16:43:53
Message-Id: 200507281643.j6SGh9YE016460@robin.gentoo.org
1 swift 05/07/28 16:43:25
2
3 Modified: xml/htdocs/doc/en/handbook/draft hb-install-system.xml
4 Log:
5 ppc profile info
6
7 Revision Changes Path
8 1.21 +43 -2 xml/htdocs/doc/en/handbook/draft/hb-install-system.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- hb-install-system.xml 28 Jul 2005 16:38:08 -0000 1.20
21 +++ hb-install-system.xml 28 Jul 2005 16:43:25 -0000 1.21
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/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.20 2005/07/28 16:38:08 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.21 2005/07/28 16:43:25 swift Exp $ -->
28
29 <sections>
30
31 @@ -173,7 +173,8 @@
32 Previously, such a profile was barely touched by the user. However, x86, hppa
33 and alpha users can choose between two profiles, one for a 2.4 kernel and one
34 for a 2.6 kernel. This requirement has been imposed to improve the integration
35 -of the 2.6 kernels.
36 +of the 2.6 kernels. The ppc and ppc64 architectures have several profiles
37 +available as well. We will talk about those later.
38 </p>
39
40 <p>
41 @@ -219,6 +220,46 @@
42 -rw-r--r-- 1 573 Dec 3 2004 virtuals
43 </pre>
44
45 +<p>
46 +For ppc, there are a number of new profiles provided with 2005.1.
47 +</p>
48 +
49 +<pre caption="PPC Profiles">
50 +<comment>(Generic PPC profile, for all PPC machines)</comment>
51 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc /etc/make.profile</i>
52 +<comment>(G3 profile)</comment>
53 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G3 /etc/make.profile</i>
54 +<comment>(G3 Pegasos profile)</comment>
55 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G3/Pegasos/ /etc/make.profile</i>
56 +<comment>(G4 (Altivec) profile)</comment>
57 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G4 /etc/make.profile</i>
58 +<comment>(G4 Pegasos profile)</comment>
59 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G4/Pegasos/ /etc/make.profile</i>
60 +</pre>
61 +
62 +<p>
63 +For ppc64, there are a number of new profiles provided with 2005.1.
64 +</p>
65 +
66 +<pre caption="PPC64 Profiles">
67 +<comment>(Generic 64bit userland PPC64 profile, for all PPC64 machines)</comment>
68 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland /etc/make.profile</i>
69 +<comment>(Generic 32bit userland PPC64 profile, for all PPC64 machines)</comment>
70 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland /etc/make.profile</i>
71 +<comment>(Each type of userland has sub profiles as follows, with (userland) replaced with the chosen userland from above)</comment>
72 +<comment>(970 profile for JS20)</comment>
73 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970 /etc/make.profile</i>
74 +<comment>(G5 profile)</comment>
75 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970/pmac /etc/make.profile</i>
76 +<comment>(POWER3 profile)</comment>
77 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power3 /etc/make.profile</i>
78 +<comment>(POWER4 profile)</comment>
79 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power4 /etc/make.profile</i>
80 +<comment>(POWER5 profile)</comment>
81 +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power5 /etc/make.profile</i>
82 +<comment>(The multilib profile is not stable as of this release.)</comment>
83 +</pre>
84 +
85 </body>
86 </subsection>
87 <subsection id="configure_USE">
88
89
90
91 --
92 gentoo-doc-cvs@g.o mailing list