Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/gcc.xml

    r04c3a53 rcc858ed  
    7272
    7373<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    74     ../gcc-&gcc-version;/configure --prefix=/tools \
    75     --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    76     --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
    77     --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    78     --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \
    79     --with-system-zlib --with-native-system-header-dir=/tools/include \
    80     --disable-libssp --enable-libstdcxx-time --enable-checking=release</userinput></screen>
     74  ../gcc-&gcc-version;/configure --prefix=/tools \
     75  --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     76  --target=${CLFS_TARGET} --libexecdir=/tools/lib64 --with-local-prefix=/tools \
     77  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
     78  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
     79  --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \
     80  --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \
     81  --disable-isl-version-check --with-cloog=/tools --with-system-zlib \
     82  --with-native-system-header-dir=/tools/include --disable-libssp \
     83  --disable-install-libiberty  --enable-libstdcxx-time \
     84  --enable-checking=release</userinput></screen>
    8185
    8286    <variablelist os="dd">
Note: See TracChangeset for help on using the changeset viewer.