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/mips64-64/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-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
    81     --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    82     --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
    83     --disable-libsanitizer --disable-libquadmath --disable-threads \
    84     --disable-multilib --disable-target-zlib --with-system-zlib \
    85     --enable-languages=c --enable-checking=release --with-abi=64</userinput></screen>
     78    --with-native-system-header-dir=/tools/include --disable-shared \
     79    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
     80    --with-mpc=/cross-tools --without-headers --with-newlib \
     81    --disable-decimal-float --disable-libgomp --disable-libssp \
     82    --disable-libatomic --disable-libitm --disable-libsanitizer \
     83    --disable-libquadmath --disable-libvtv --disable-libcilkrts \
     84    --disable-libcilkrts --disable-threads --disable-multilib \
     85    --with-system-zlib --enable-languages=c --with-abi=64 --disable-bootstrap \
     86    --with-glibc-version=&glibc-version;</userinput></screen>
    8687
    8788    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.