Changeset 6a1593df


Ignore:
Timestamp:
01/23/2005 01:08:53 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
a50b6b7
Parents:
8ac05079
Message:

Using a list of archs for common stuff in chapter05.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r8ac05079 r6a1593df  
    3939risk.</para>
    4040
    41 <para arch="raq2">NPTL is not supported under the MIPS architecture, so we are going to
     41<para arch="ppc;raq2">NPTL is not supported under this architecture, so we are going to
    4242remove the nptl directory from the Glibc source:</para>
    4343
    44 <screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
    45 
    46 <para arch="ppc">NPTL is not supported under the PPC architecture, so we are going to
    47 remove the nptl directory from the Glibc source:</para>
    48 
    49 <screen arch="ppc"><userinput>rm -rf nptl*</userinput></screen>
     44<screen arch="ppc;raq2"><userinput>rm -rf nptl*</userinput></screen>
    5045
    5146<para arch="raq2">This patch fixes a librt linking issue.</para>
  • chapter05/patch.xml

    r8ac05079 r6a1593df  
    3030<para>Prepare Patch for compilation:</para>
    3131
    32 <!-- This is temporally until can test if there is other ways to do it -->
    33 
    34 <screen arch="x86"><userinput>./configure --prefix=/tools</userinput></screen>
    35 
    36 <screen arch="raq2"><userinput>./configure --prefix=/tools</userinput></screen>
     32<screen arch="x86;raq2;alpha"><userinput>./configure --prefix=/tools</userinput></screen>
    3733
    3834<screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.