Ignore:
Timestamp:
Nov 27, 2015, 10:35:47 AM (8 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
715d370d
Parents:
3995a05
git-author:
William Harrington <kb0iic@…> (11/27/15 10:35:35)
git-committer:
William Harrington <kb0iic@…> (11/27/15 10:35:47)
Message:

Update GCC 5.2.0 from GCC 4.8.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/gcc-static.xml

    r3995a05 rcc49a21  
    7676    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    7777    --with-sysroot=${CLFS} --with-local-prefix=/tools \
    78     --with-native-system-header-dir=/tools/include --disable-nls \
    79     --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    80     --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
    81     --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
     78    --with-native-system-header-dir=/tools/include --disable-shared \
     79    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-mpc=/cross-tools \
     80    --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    8281    --disable-libssp --disable-libatomic --disable-libitm \
    83     --disable-libsanitizer --disable-libquadmath --disable-threads \
    84     --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \
    85     --enable-languages=c --enable-checking=release</userinput></screen>
     82    --disable-libsanitizer --disable-libquadmath --disable-libvtv \
     83    --disable-libcilkrts --disable-libstdc++-v3 --disable-threads \
     84    --with-system-zlib --with-isl=/cross-tools --enable-languages=c \
     85    --disable-bootstrap --with-glibc-version=&glibc-version;</userinput></screen>
    8686
    8787    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.