Changes in BOOK/temp-system/common/gcc.xml [cc858ed:04c3a53]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/gcc.xml
rcc858ed r04c3a53 71 71 72 72 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 74 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 75 --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \ 76 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 77 --disable-libstdcxx-pch --enable-cloog-backend=isl --with-gmp=/tools \ 78 --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 79 --disable-isl-version-check --with-cloog=/tools --with-system-zlib \ 80 --with-native-system-header-dir=/tools/include --disable-libssp \ 81 --disable-install-libiberty --enable-checking=release \ 82 --enable-libstdcxx-time</userinput></screen> 73 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 74 --with-local-prefix=/tools --enable-long-long --enable-c99 --enable-shared \ 75 --enable-threads=posix --disable-multilib --disable-nls \ 76 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 77 --with-system-zlib --with-native-system-header-dir=/tools/include \ 78 --disable-libssp --enable-checking=release --enable-libstdcxx-time</userinput></screen> 83 79 84 80 <variablelist os="cl"> 85 <title>The meaning of the new configure option s:</title>81 <title>The meaning of the new configure option:</title> 86 82 87 83 <varlistentry os="cl1">
Note:
See TracChangeset
for help on using the changeset viewer.