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/glibc.xml

    r1218687 r2b75709a  
    102102cd ../glibc-build</userinput></screen>
    103103
     104    <para>Tell Glibc to install its libraries in a more generic location:</para>
     105
     106<screen><userinput>echo "slibdir=/lib" &gt; configparms</userinput></screen>
     107
    104108    <para>Prepare Glibc for compilation:</para>
    105109
    106110<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    107111    --disable-profile --enable-add-ons \
    108     --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen>
     112    --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
     113    --libdir=/usr/lib</userinput></screen>
    109114
    110115    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.