Changes between Version 10 and Version 11 of Ticket #1019, comment 14
- Timestamp:
- Nov 18, 2015, 4:36:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1019, comment 14
v10 v11 16 16 {{{ 17 17 AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \ 18 --build=${CLFS_HOST} -- host=${CLFS_TARGET} --target=${CLFS_TARGET} --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 \