Changeset dde6e423 for chapter06/gcc.xml


Ignore:
Timestamp:
07/24/2007 09:15:16 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
71eb6ac
Parents:
2b75709a
Message:

Bring the x86_64 build to working order.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r2b75709a rdde6e423  
    3535  <sect2 role="installation">
    3636    <title>Installation of GCC</title>
    37 
    38     <para>The following patch tells GCC to link to <filename class="directory">
    39     /lib</filename> instead of <filename class="directory">/lib64</filename>.</para>
    40 
    41 <screen><userinput>patch -Np1 -i ../&gcc-pure64-patch;</userinput></screen>
    4237
    4338    <para>Apply a <command>sed</command> substitution that will suppress the
     
    191186    xpointer="xpointer(//*[@os='k'])"/>
    192187
    193 <screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")
     188<screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64")
     189SEARCH_DIR("/usr/local/lib64")
     190SEARCH_DIR("/lib64")
     191SEARCH_DIR("/usr/lib64")
     192SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib")
    194193SEARCH_DIR("/usr/local/lib")
    195194SEARCH_DIR("/lib")
Note: See TracChangeset for help on using the changeset viewer.