Changeset f6c417f in clfs-sysroot


Ignore:
Timestamp:
May 27, 2006, 5:01:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
3349a3a
Parents:
7126617
Message:

r3667@server (orig r1666): jciccone | 2006-05-27 12:10:35 -0700
Updated the description of the configure command for glibc-headers. Removed --disable-threads from gcc-static and gcc-final and added --enable-shared to gcc-final.

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/glibc-headers.xml

    r7126617 rf6c417f  
    8282       
    8383       <varlistentry os="dj2">
    84            <term><parameter>--with-headers=/tools/include</parameter></term>
     84           <term><parameter>--with-headers=${LFS}/usr/include</parameter></term>
    8585           <listitem>
    8686              <para>This tells Glibc to compile itself against the headers
    87               recently installed to the <filename class="directory">/tools</filename>
     87              recently installed to the <filename class="directory">${LFS}/usr/include</filename>
    8888              directory, so that it knows exactly what features the kernel has
    8989              and can optimize itself accordingly.</para>
  • BOOK/cross-tools/common/gcc-final.xml

    r7126617 rf6c417f  
    6161<screen os="ae"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \
    6262    --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
    63     --with-sysroot=${LFS} --disable-nls --disable-shared \
    64     --disable-threads --enable-languages=c,c++ --enable-__cxa_atexit \
     63    --with-sysroot=${LFS} --disable-nls --enable-shared \
     64    --enable-languages=c,c++ --enable-__cxa_atexit \
    6565    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
    6666
  • BOOK/cross-tools/common/gcc-static.xml

    r7126617 rf6c417f  
    5454    --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
    5555    --with-sysroot=${LFS} --disable-nls --disable-shared \
    56     --disable-threads --enable-languages=c</userinput></screen>
     56    --enable-languages=c</userinput></screen>
    5757
    5858    <variablelist os="af">
Note: See TracChangeset for help on using the changeset viewer.