Changes between Version 6 and Version 7 of Ticket #1019, comment 14
- Timestamp:
- Nov 16, 2015, 7:22:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1019, comment 14
v6 v7 4 4 }}} 5 5 6 GCC-Final6 Multilib GCC-Final 7 7 {{{ 8 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 9 9 }}} 10 10 11 GCC Final-System11 Multilib GCC Final-System 12 12 {{{ 13 13 SED=sed CC="gcc -isystem /usr/include ${BUILD64}" \