Changes between Initial Version and Version 1 of Ticket #1019, comment 3
- Timestamp:
- Apr 25, 2015, 8:44:16 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1019, comment 3
initial v1 1 1 Work in progress 2 2 3 GCC 5.1.0 statc 3 May want to disable bootstrap for each build. 4 5 '''GCC 5.1.0 static''' 4 6 5 7 AR=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 6 8 7 Final: 9 '''Final:''' 8 10 9 11 AR=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 ==== 17 cat 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 22 remove sed for LIBS and INC