Changes between Version 8 and Version 9 of Ticket #1019, comment 3


Ignore:
Timestamp:
Oct 17, 2015, 5:57:26 PM (9 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 3

    v8 v9  
    77'''Section 5.13 GCC 5.2.0 static'''
    88{{{
    9 AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} --with-glibc-version=2.11 --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-mpc=/cross-tools -without-headers --with-newlib --disable-multilib --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp --disable-libitm --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libvtv --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib --enable-languages=c --enable-checking=release
     9AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure \
     10    --prefix=/cross-tools --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     11    --with-sysroot=${CLFS} --with-glibc-version=2.11 --with-local-prefix=/tools \
     12    --with-native-system-header-dir=/tools/include --disable-nls --disable-shared \
     13    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
     14    --with-mpc=/cross-tools -without-headers --with-newlib --disable-multilib \
     15    --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp \
     16    --disable-libitm --disable-libquadmath --disable-libsanitizer --disable-libssp \
     17    --disable-libvtv --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib \
     18    --enable-languages=c --enable-checking=release --disable-bootstrap
    1019}}}
    1120
    1221'''Section 5.15 GCC 5.2.0 Final:'''
    1322{{{
    14 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++ --disable-multilib     --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release
     23AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \
     24    --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-sysroot=${CLFS} \
     25    --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \
     26    --disable-static --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \
     27    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib \
     28    --enable-checking=release --disable-bootstrap
    1529}}}
    1630
     
    2135}}}
    2236{{{
    23 ../gcc-5.2.0/configure --prefix=/tools     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET}     --with-local-prefix=/tools --disable-multilib --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib --enable-checking=release --enable-libstdcxx-time
     37../gcc-5.2.0/configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     38    --target=${CLFS_TARGET} --with-local-prefix=/tools --disable-multilib \
     39    --with-native-system-header-dir=/tools/include --enable-languages=c,c++ \
     40    --disable-libstdcxx-pch --with-system-zlib --enable-checking=release \
     41    --enable-libstdcxx-time --disable-bootstrap
    2442}}}
    2543
     
    3250precompiled libstdcxx pch header should probably keep that. Still undecided[[BR]]
    3351{{{
    34 SED=sed CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" ../gcc-5.2.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++ --disable-multilib --with-system-zlib --enable-checking=release
     52SED=sed CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" \
     53LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" ../gcc-5.2.0/configure \
     54    --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++ --disable-multilib \
     55    --with-system-zlib --enable-checking=release --disable-bootstrap
    3556}}}
    3657