Changeset 2b0f84d


Ignore:
Timestamp:
03/23/2005 08:30:34 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
1b6d43a
Parents:
1540ea0
Message:

Updated: ppc chapter 5

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1540ea0 r2b0f84d  
    8686
    8787<itemizedlist>
     88<listitem><para>March 23, 2005 [jim]</para>
     89<itemizedlist>
     90<listitem><para>Updated: Arch: PPC - Updated based on Jermey Huntwork's livecd build.</para></listitem>
     91</itemizedlist>
     92</listitem>
     93</itemizedlist>
     94
     95<itemizedlist>
    8896<listitem><para>March 22, 2005 [jim]</para>
    8997<itemizedlist>
  • chapter05/adjusting.xml

    r1540ea0 r2b0f84d  
    4343unset SPECFILE</userinput></screen>
    4444
    45 <screen arch="raq2"><userinput>SPECFILE=`gcc --print-file specs` &amp;&amp;
     45<screen arch="ppc;raq2"><userinput>SPECFILE=`gcc --print-file specs` &amp;&amp;
    4646sed 's@ /lib/ld.so.1@ /tools/lib/ld.so.1@g' \
    4747    $SPECFILE &gt; tempspecfile &amp;&amp;
     
    5353Alternatively, the specs file can be edited by hand. This is done by
    5454replacing every occurrence of <quote arch="x86">/lib/ld-linux.so.2</quote>
    55 <quote arch="raq2">/lib/ld.so.1</quote> with <quote arch="x86">/tools/lib/ld-linux.so.2</quote>
    56 <quote arch="raq2">/tools/lib/ld.so.2</quote></para>
     55<quote arch="ppc;raq2">/lib/ld.so.1</quote> with <quote arch="x86">/tools/lib/ld-linux.so.2</quote>
     56<quote arch="ppc;raq2">/tools/lib/ld.so.2</quote></para>
    5757
    5858<para>Be sure to visually inspect the specs file in order to verify the
     
    9696    /tools/lib/ld-linux.so.2]</computeroutput></screen>
    9797
    98 <screen arch="raq2"><computeroutput>[Requesting program interpreter:
     98<screen arch="ppc;raq2"><computeroutput>[Requesting program interpreter:
    9999    /tools/lib/ld.so.1]</computeroutput></screen>
    100100
  • chapter05/glibc.xml

    r1540ea0 r2b0f84d  
    3939risk.</para>
    4040
    41 <para arch="ppc;raq2">Unpack the glibc-linuxthreads-&glibc-version; <emphasis>and</emphasis> the
     41<para arch="raq2">Unpack the glibc-linuxthreads-&glibc-version; <emphasis>and</emphasis> the
    4242glibc-libidn-&glibc-version; tarball -- they will unfold into the same directory.</para>
    4343
     
    4949<screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen>
    5050
    51 <para arch="ppc;raq2">NPTL is not supported under this architecture, so we are going to
     51<para arch="raq2">NPTL is not supported under this architecture, so we are going to
    5252remove the nptl directory from the Glibc source:</para>
    5353
    54 <screen arch="ppc;raq2"><userinput>rm -rf nptl*</userinput></screen>
     54<screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
    5555
    5656<para>The Glibc documentation recommends building Glibc outside of the source
  • chapter06/glibc.xml

    r1540ea0 r2b0f84d  
    5555<screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-mips_syscall-2.patch</userinput></screen>
    5656
    57 <para arch="ppc;raq2">NPTL is not supported under this architecture, so we are going to
     57<para arch="raq2">NPTL is not supported under this architecture, so we are going to
    5858remove the nptl directory from the Glibc source:</para>
    5959
    60 <screen arch="ppc;raq2"><userinput>rm -rf nptl*</userinput></screen>
     60<screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
    6161
    6262<para>The Glibc documentation recommends building Glibc outside of the source
  • general.ent

    r1540ea0 r2b0f84d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "7.0-multiarch-20050322">
     2<!ENTITY version "7.0-multiarch-20050323">
    33<!ENTITY version-x86 "&version;-x86">
    44<!ENTITY version-alpha "&version;-alpha">
    55<!ENTITY version-ppc "&version;-PowerPC">
    66<!ENTITY version-raq2 "&version;-RaQ2">
    7 <!ENTITY releasedate "March 22, 2005">
     7<!ENTITY releasedate "March 23, 2005">
    88<!ENTITY milestone "7.0">
    99
Note: See TracChangeset for help on using the changeset viewer.