Author: jim
Date: 2005-03-23 13:30:34 -0700 (Wed, 23 Mar 2005)
New Revision: 4800

Modified:
   branches/multi-arch/BOOK/chapter01/changelog.xml
   branches/multi-arch/BOOK/chapter05/adjusting.xml
   branches/multi-arch/BOOK/chapter05/glibc.xml
   branches/multi-arch/BOOK/chapter06/glibc.xml
   branches/multi-arch/BOOK/general.ent
Log:
Updated: ppc chapter 5

Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-23 05:06:31 UTC 
(rev 4799)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-23 20:30:34 UTC 
(rev 4800)
@@ -85,6 +85,14 @@
 <listitem><para>Changelog Entries:</para>
 
 <itemizedlist>
+<listitem><para>March 23, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Updated: Arch: PPC - Updated based on Jermey Huntwork's livecd 
build.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
 <listitem><para>March 22, 2005 [jim]</para>
 <itemizedlist>
 <listitem><para>Updated: Arch: All - E2fsprogs to 1.37.</para></listitem>

Modified: branches/multi-arch/BOOK/chapter05/adjusting.xml
===================================================================
--- branches/multi-arch/BOOK/chapter05/adjusting.xml    2005-03-23 05:06:31 UTC 
(rev 4799)
+++ branches/multi-arch/BOOK/chapter05/adjusting.xml    2005-03-23 20:30:34 UTC 
(rev 4800)
@@ -42,7 +42,7 @@
 mv -f tempspecfile $SPECFILE &amp;&amp;
 unset SPECFILE</userinput></screen>
 
-<screen arch="raq2"><userinput>SPECFILE=`gcc --print-file specs` &amp;&amp;
+<screen arch="ppc;raq2"><userinput>SPECFILE=`gcc --print-file specs` &amp;&amp;
 sed 's@ /lib/ld.so.1@ /tools/lib/[EMAIL PROTECTED]' \
     $SPECFILE &gt; tempspecfile &amp;&amp;
 mv -f tempspecfile $SPECFILE &amp;&amp;
@@ -52,8 +52,8 @@
 command be copy-and-pasted in order to ensure accuracy.
 Alternatively, the specs file can be edited by hand. This is done by
 replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote> 
-<quote arch="raq2">/lib/ld.so.1</quote> with <quote 
arch="x86">/tools/lib/ld-linux.so.2</quote>
-<quote arch="raq2">/tools/lib/ld.so.2</quote></para>
+<quote arch="ppc;raq2">/lib/ld.so.1</quote> with <quote 
arch="x86">/tools/lib/ld-linux.so.2</quote>
+<quote arch="ppc;raq2">/tools/lib/ld.so.2</quote></para>
 
 <para>Be sure to visually inspect the specs file in order to verify the
 intended changes have been made.</para>
@@ -95,7 +95,7 @@
 <screen arch="x86"><computeroutput>[Requesting program interpreter: 
     /tools/lib/ld-linux.so.2]</computeroutput></screen>
 
-<screen arch="raq2"><computeroutput>[Requesting program interpreter: 
+<screen arch="ppc;raq2"><computeroutput>[Requesting program interpreter: 
     /tools/lib/ld.so.1]</computeroutput></screen>
 
 <para>Note that <filename class="directory">/tools/lib</filename>

Modified: branches/multi-arch/BOOK/chapter05/glibc.xml
===================================================================
--- branches/multi-arch/BOOK/chapter05/glibc.xml        2005-03-23 05:06:31 UTC 
(rev 4799)
+++ branches/multi-arch/BOOK/chapter05/glibc.xml        2005-03-23 20:30:34 UTC 
(rev 4800)
@@ -38,7 +38,7 @@
 the method suggested in this book puts the stability of the system at
 risk.</para>
 
-<para arch="ppc;raq2">Unpack the glibc-linuxthreads-&glibc-version; 
<emphasis>and</emphasis> the
+<para arch="raq2">Unpack the glibc-linuxthreads-&glibc-version; 
<emphasis>and</emphasis> the
 glibc-libidn-&glibc-version; tarball -- they will unfold into the same 
directory.</para>
 
 <para arch="alpha;x86">Unpack the glibc-libidn-&glibc-version; tarball -- it
@@ -48,10 +48,10 @@
 
 <screen arch="raq2"><userinput>patch -Np1 -i 
../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen>
 
-<para arch="ppc;raq2">NPTL is not supported under this architecture, so we are 
going to
+<para arch="raq2">NPTL is not supported under this architecture, so we are 
going to
 remove the nptl directory from the Glibc source:</para>
 
-<screen arch="ppc;raq2"><userinput>rm -rf nptl*</userinput></screen>
+<screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
 
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>

Modified: branches/multi-arch/BOOK/chapter06/glibc.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/glibc.xml        2005-03-23 05:06:31 UTC 
(rev 4799)
+++ branches/multi-arch/BOOK/chapter06/glibc.xml        2005-03-23 20:30:34 UTC 
(rev 4800)
@@ -54,10 +54,10 @@
 
 <screen arch="raq2"><userinput>patch -Np1 -i 
../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen>
 
-<para arch="ppc;raq2">NPTL is not supported under this architecture, so we are 
going to
+<para arch="raq2">NPTL is not supported under this architecture, so we are 
going to
 remove the nptl directory from the Glibc source:</para>
 
-<screen arch="ppc;raq2"><userinput>rm -rf nptl*</userinput></screen>
+<screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
 
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>

Modified: branches/multi-arch/BOOK/general.ent
===================================================================
--- branches/multi-arch/BOOK/general.ent        2005-03-23 05:06:31 UTC (rev 
4799)
+++ branches/multi-arch/BOOK/general.ent        2005-03-23 20:30:34 UTC (rev 
4800)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-multiarch-20050322">
+<!ENTITY version "7.0-multiarch-20050323">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-alpha "&version;-alpha">
 <!ENTITY version-ppc "&version;-PowerPC">
 <!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "March 22, 2005">
+<!ENTITY releasedate "March 23, 2005">
 <!ENTITY milestone "7.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to