Changeset 4dbd276 for BOOK/cross-tools/multilib
- Timestamp:
- Jun 3, 2013, 12:50:47 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fd7a9f3
- Parents:
- 578cf221
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/gcc-final.xml
r578cf221 r4dbd276 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 26 href="gcc-static.xml" 27 xpointer="xpointer(//*[@os='p1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="gcc-static.xml"31 xpointer="xpointer(//*[@os='p2'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="gcc-static.xml"35 27 xpointer="xpointer(//*[@os='aa'])"/> 36 28 … … 49 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 42 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"54 href="gcc-static.xml"55 xpointer="xpointer(//*[@os='aj'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"58 href="gcc-static.xml"59 43 xpointer="xpointer(//*[@os='f'])"/> 60 44 … … 70 54 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 71 55 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 56 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 57 --with-native-system-header-dir=/tools/include --disable-nls \ 58 --with-sysroot=/mnt/clfs --with-local-prefix=/tools --disable-nls \ 73 59 --enable-shared --disable-static --enable-languages=c,c++ \ 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-long-long --enable-threads=posix --enable-cloog-backend=isl</userinput></screen> 60 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 61 --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 62 --with-cloog=/cross-tools --enable-cloog-backend=isl --with-system-zlib \ 63 --disable-cloog-version-check --enable-checking=release \ 64 --enable-libstdcxx-time</userinput></screen> 77 65 78 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
r578cf221 r4dbd276 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='p1'])"/>29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"31 href="../common/gcc-static.xml"32 xpointer="xpointer(//*[@os='p2'])"/>33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"35 href="../common/gcc-static.xml"36 28 xpointer="xpointer(//*[@os='aa'])"/> 37 29 … … 47 39 href="../common/gcc-static.xml" 48 40 xpointer="xpointer(//*[@os='ah'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"51 href="../common/gcc-static.xml"52 xpointer="xpointer(//*[@os='ai'])"/>53 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"55 href="../common/gcc-static.xml"56 xpointer="xpointer(//*[@os='aj'])"/>57 41 58 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 79 63 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 80 64 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 81 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 82 --disable-shared --with-mpfr=/cross-tools \ 83 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 --without-headers --with-newlib --disable-decimal-float \ 85 --disable-libgomp --disable-libmudflap --disable-libssp \ 86 --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen> 65 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 66 --with-native-system-header-dir=/tools/include --disable-nls \ 67 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 68 --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \ 69 --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \ 70 --disable-libssp --disable-threads --disable-libatomic --disable-libitm \ 71 --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \ 72 --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \ 73 --disable-cloog-version-check --enable-languages=c --enable-checking=release</userinput></screen> 87 74 88 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.