Changes between Initial Version and Version 1 of Ticket #1019, comment 3


Ignore:
Timestamp:
Apr 25, 2015, 8:44:16 PM (10 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 3

    initial v1  
    11Work in progress
    22
    3 GCC 5.1.0 statc
     3May want to disable bootstrap for each build.
     4
     5'''GCC 5.1.0 static'''
    46
    57AR=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
    68
    7 Final:
     9'''Final:'''
    810
    911AR=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
     12
     13'''Temp System:'''
     14
     15 Temp
     16 ====
     17cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
     18 `dirname $($CLFS_TARGET-gcc -print-libgcc-file-name)`/include-fixed/limits.h
     19
     20../gcc-5.1.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 --disable-libgomp --enable-checking=release --enable-libstdcxx-time
     21
     22remove sed for LIBS and INC