swift 05/07/28 16:43:25 Modified: xml/htdocs/doc/en/handbook/draft hb-install-system.xml Log: ppc profile info
Revision Changes Path 1.21 +43 -2 xml/htdocs/doc/en/handbook/draft/hb-install-system.xml 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 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 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 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- hb-install-system.xml 28 Jul 2005 16:38:08 -0000 1.20 +++ hb-install-system.xml 28 Jul 2005 16:43:25 -0000 1.21 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $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 $ --> +<!-- $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 $ --> <sections> @@ -173,7 +173,8 @@ Previously, such a profile was barely touched by the user. However, x86, hppa and alpha users can choose between two profiles, one for a 2.4 kernel and one for a 2.6 kernel. This requirement has been imposed to improve the integration -of the 2.6 kernels. +of the 2.6 kernels. The ppc and ppc64 architectures have several profiles +available as well. We will talk about those later. </p> <p> @@ -219,6 +220,46 @@ -rw-r--r-- 1 573 Dec 3 2004 virtuals </pre> +<p> +For ppc, there are a number of new profiles provided with 2005.1. +</p> + +<pre caption="PPC Profiles"> +<comment>(Generic PPC profile, for all PPC machines)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc /etc/make.profile</i> +<comment>(G3 profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G3 /etc/make.profile</i> +<comment>(G3 Pegasos profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G3/Pegasos/ /etc/make.profile</i> +<comment>(G4 (Altivec) profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G4 /etc/make.profile</i> +<comment>(G4 Pegasos profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc/G4/Pegasos/ /etc/make.profile</i> +</pre> + +<p> +For ppc64, there are a number of new profiles provided with 2005.1. +</p> + +<pre caption="PPC64 Profiles"> +<comment>(Generic 64bit userland PPC64 profile, for all PPC64 machines)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland /etc/make.profile</i> +<comment>(Generic 32bit userland PPC64 profile, for all PPC64 machines)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/32bit-userland /etc/make.profile</i> +<comment>(Each type of userland has sub profiles as follows, with (userland) replaced with the chosen userland from above)</comment> +<comment>(970 profile for JS20)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970 /etc/make.profile</i> +<comment>(G5 profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/970/pmac /etc/make.profile</i> +<comment>(POWER3 profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power3 /etc/make.profile</i> +<comment>(POWER4 profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power4 /etc/make.profile</i> +<comment>(POWER5 profile)</comment> +# <i>ln -snf /usr/portage/profiles/default-linux/ppc/2005.1/ppc64/(userland)/power5 /etc/make.profile</i> +<comment>(The multilib profile is not stable as of this release.)</comment> +</pre> + </body> </subsection> <subsection id="configure_USE"> -- [email protected] mailing list
