Changes between Version 2 and Version 3 of Ticket #1019, comment 3


Ignore:
Timestamp:
May 6, 2015, 4:55:12 PM (10 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 3

    v2 v3  
    33May want to disable bootstrap for each build.
    44
    5 '''GCC 5.1.0 static'''
     5'''Section 5.13 GCC 5.1.0 static'''
    66
    77AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.1.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
    88
    9 '''Final:'''
     9'''Section 5.15 GCC 5.1.0 Final:'''
    1010
    1111AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.1.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
    1212
    13 '''Temp System:'''
     13'''Section 6.10 Temp System GCC 5.1.0:'''
    1414
    1515cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \[[BR]]
     
    1919
    2020remove sed for LIBS and INC
     21
     22'''Section 10.19 Final System GCC 5.1.0:'''
     23
     24View [https://gcc.gnu.org/onlinedocs/libstdc++/manual/configure.html] for configure options[[BR]]
     25libstdcxx-time looks like auto is best for configure to use[[BR]]
     26precompiled libstdcxx pch header should probably keep that. Still undecided[[BR]]
     27
     28SED=sed CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" ../gcc-5.1.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++ --disable-multilib --with-system-zlib --enable-checking=release