Changes between Version 12 and Version 13 of Ticket #1019, comment 14
- Timestamp:
- Nov 19, 2015, 2:05:25 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1019, comment 14
v12 v13 16 16 {{{ 17 17 AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \ 18 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} - with-sysroot=${CLFS} \18 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-sysroot=${CLFS} \ 19 19 --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \ 20 20 --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \ … … 25 25 {{{ 26 26 ../gcc-5.2.0/configure --prefix=/tools --libdir=/tools/lib64 --build=${CLFS_HOST} \ 27 --host=${CLFS_TARGET} --target= i${CLFS_TARGET} --with-local-prefix=/tools \27 --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-local-prefix=/tools \ 28 28 --with-native-system-header-dir=/tools/include --enable-languages=c,c++ \ 29 29 --disable-libstdcxx-pch --with-system-zlib --enable-libstdcxx-time \