Changes between Version 7 and Version 8 of Ticket #1019, comment 14


Ignore:
Timestamp:
Nov 16, 2015, 8:01:43 PM (9 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 14

    v7 v8  
    66Multilib GCC-Final
    77{{{
    8 AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-sysroot=${CLFS} --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release
     8AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \
     9    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \
     10    --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \
     11    --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     12    --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release
    913}}}
    10 
     14Multilib GCC Temp-system:
     15{{{
     16../gcc-5.2.0/configure --prefix=/tools --build={CLFS_HOST --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib --enable-checking=release --enable-libstdcxx-time --disable-bootstrap
     17}}}
    1118Multilib GCC Final-System
    1219{{{