Ignore:
Timestamp:
07/23/2007 10:04:42 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
dde6e423
Parents:
1218687
Message:

Some adjustments that were missed the first time:

  • Changed instances of dynamic linker name
  • Changed instances of target triplet
  • Update gcc pure64_specs patch
  • Use gcc pure64 patch in final gcc
  • Use --disable-multilib in final gcc and binutils
  • Explicitly tell Glibc to use /lib and /usr/lib, instead of defaults of /lib64 and /usr/lib64

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils.xml

    r1218687 r2b75709a  
    6060
    6161<screen><userinput>../binutils-&binutils-version;/configure --prefix=/usr \
    62     --enable-shared</userinput></screen>
     62    --enable-shared --disable-multilib</userinput></screen>
    6363
    6464    <para>Compile the package:</para>
     
    7575          ultimately be located) is set to <filename
    7676          class="directory">$(exec_prefix)/$(target_alias)</filename>. For
    77           example, i686 machines would expand that to <filename
    78           class="directory">/usr/i686-pc-linux-gnu</filename>. Because this is
     77          example, x86_64 machines would expand that to <filename
     78          class="directory">/usr/x86_64-unknown-linux-gnu</filename>. Because this is
    7979          a custom system, this target-specific directory in <filename
    8080          class="directory">/usr</filename> is not required. <filename
Note: See TracChangeset for help on using the changeset viewer.