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

    r2b75709a rdde6e423  
    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 
    108104    <para>Prepare Glibc for compilation:</para>
    109105
    110106<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    111107    --disable-profile --enable-add-ons \
    112     --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc \
    113     --libdir=/usr/lib</userinput></screen>
     108    --enable-kernel=2.6.0 --libexecdir=/usr/lib/glibc</userinput></screen>
    114109
    115110    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.