Changeset 7ef2c6b for BOOK/temp-system
- Timestamp:
- May 6, 2014, 2:05:37 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ff6d7ea
- Parents:
- 83b1e52
- Location:
- BOOK/temp-system
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/cloog.xml
r83b1e52 r7ef2c6b 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>31 --enable-shared</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/gcc.xml
r83b1e52 r7ef2c6b 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 80 --with-cloog=/tools --with-system-zlib \ 81 --with-native-system-header-dir=/tools/include --enable-checking=release \ 82 --enable-libstdcxx-time</userinput></screen> 79 --with-system-zlib --with-native-system-header-dir=/tools/include \ 80 --enable-checking=release --enable-libstdcxx-time</userinput></screen> 83 81 84 82 <variablelist> -
BOOK/temp-system/64/isl.xml
r83b1e52 r7ef2c6b 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 30 ./configure --prefix=/tools \ 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --with-gmp-prefix=/tools</userinput></screen> 31 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 33 32 34 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/cloog.xml
r83b1e52 r7ef2c6b 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen> 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 29 31 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/gcc.xml
r83b1e52 r7ef2c6b 75 75 --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \ 76 76 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 77 --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \ 78 --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \ 77 --disable-libstdcxx-pch --with-system-zlib \ 79 78 --with-native-system-header-dir=/tools/include --disable-libssp \ 80 79 --enable-checking=release --enable-libstdcxx-time</userinput></screen> -
BOOK/temp-system/common/isl.xml
r83b1e52 r7ef2c6b 26 26 27 27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 29 --with-gmp-prefix=/tools</userinput></screen> 28 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 30 29 31 30 <para os="c">Compile the package:</para> -
BOOK/temp-system/mips64-64/gcc.xml
r83b1e52 r7ef2c6b 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 80 --with-cloog=/tools --with-system-zlib --enable-checking=release \ 81 --enable-libstdcxx-time --with-native-system-header-dir=/tools/include</userinput></screen> 79 --with-system-zlib --enable-checking=release --enable-libstdcxx-time \ 80 --with-native-system-header-dir=/tools/include</userinput></screen> 82 81 83 82 <variablelist> -
BOOK/temp-system/mips64/gcc.xml
r83b1e52 r7ef2c6b 77 77 --enable-c99 --enable-shared --enable-threads=posix \ 78 78 --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --with-abi=64 --with-gmp=/tools --with-mpfr=/tools \ 80 --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \ 79 --disable-libstdcxx-pch --with-abi=64 --with-system-zlib \ 81 80 --enable-checking=release --enable-libstdcxx-time \ 82 81 --with-native-system-header-dir=/tools/include</userinput></screen> -
BOOK/temp-system/multilib/cloog.xml
r83b1e52 r7ef2c6b 29 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} --libdir=/tools/lib64 \ 31 --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>31 --enable-shared</userinput></screen> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gcc.xml
r83b1e52 r7ef2c6b 77 77 --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \ 78 78 --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \ 79 --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \ 80 --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \ 79 --disable-libstdcxx-pch --with-system-zlib \ 81 80 --with-native-system-header-dir=/tools/include --disable-libssp \ 82 81 --enable-libstdcxx-time --enable-checking=release</userinput></screen> -
BOOK/temp-system/multilib/isl.xml
r83b1e52 r7ef2c6b 30 30 ./configure --prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --libdir=/tools/lib64 --with-gmp-prefix=/tools</userinput></screen>32 --libdir=/tools/lib64</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/ppc64-64/gcc.xml
r83b1e52 r7ef2c6b 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ 80 --with-cloog=/tools --with-system-zlib \ 81 --with-native-system-header-dir=/tools/include --enable-checking=release \ 82 --enable-libstdcxx-time</userinput></screen> 79 --with-system-zlib --with-native-system-header-dir=/tools/include \ 80 --enable-checking=release --enable-libstdcxx-time</userinput></screen> 83 81 84 82 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.