Ignore:
Timestamp:
12/22/2004 01:07:52 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
392ab6d
Parents:
8038ff4
Message:

Small PPC fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/patch.xml

    r8038ff4 ra52c8c2  
    3030<para>Prepare Patch for compilation:</para>
    3131
    32 <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
     32<!-- This is temporally until can test if there is other ways to do it -->
    3333
    34 <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is
    35 only needed on the PowerPC platform. It can be left out on other
    36 architectures.</para>
     34<screen arch="x86"><userinput>./configure --prefix=/tools</userinput></screen>
     35
     36<screen arch="raq2"><userinput>./configure --prefix=/tools</userinput></screen>
     37
     38<screen arch="ppc"><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
    3739
    3840<para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.