Changeset f6c417f in clfs-sysroot for BOOK/cross-tools/common/gcc-final.xml


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.