Changeset 04c3a53 for BOOK/cross-tools/multilib
- Timestamp:
- May 6, 2014, 11:34:45 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0131d1b
- Parents:
- df0177b
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
rdf0177b r04c3a53 49 49 50 50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \ 51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \53 --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>51 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 52 --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \ 53 --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen> 54 54 55 55 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
rdf0177b r04c3a53 60 60 61 61 <screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \64 --with-sysroot=${CLFS} --with-local-prefix=/tools \65 --with-native-system-header-dir=/tools/include \66 --disable-nls --enable-shared --disable-static \67 --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \68 --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \69 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \71 --enable-libstdcxx-time</userinput></screen>62 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include \ 66 --disable-nls --enable-shared --disable-static \ 67 --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \ 68 --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \ 69 --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --with-isl=/cross-tools --with-system-zlib --enable-checking=release \ 71 --enable-libstdcxx-time</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
rdf0177b r04c3a53 69 69 70 70 <screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \73 --with-sysroot=${CLFS} --with-local-prefix=/tools \74 --with-native-system-header-dir=/tools/include --disable-nls \75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \78 --disable-libssp --disable-libatomic --disable-libitm \79 --disable-libsanitizer --disable-libquadmath --disable-threads \80 --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \81 --enable-languages=c --enable-checking=release</userinput></screen>71 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 76 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 77 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 78 --disable-libssp --disable-libatomic --disable-libitm \ 79 --disable-libsanitizer --disable-libquadmath --disable-threads \ 80 --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \ 81 --enable-languages=c --enable-checking=release</userinput></screen> 82 82 83 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.