Changes between Version 12 and Version 13 of Ticket #1019, comment 14


Ignore:
Timestamp:
Nov 19, 2015, 2:05:25 AM (9 years ago)
Author:
chris@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 14

    v12 v13  
    1616{{{
    1717AR=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} \
    1919    --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \
    2020    --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     
    2525{{{
    2626../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 \
    2828    --with-native-system-header-dir=/tools/include --enable-languages=c,c++ \
    2929    --disable-libstdcxx-pch --with-system-zlib --enable-libstdcxx-time \