Changeset 73ace20 for BOOK/cross-tools/multilib
- Timestamp:
- Oct 10, 2012, 6:42:21 PM (13 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f7b2c72
- Parents:
- 0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- BOOK/cross-tools/multilib
- Files:
-
- 5 edited
-
binutils.xml (modified) (2 diffs)
-
eglibc-64bit.xml (modified) (2 diffs)
-
eglibc.xml (modified) (1 diff)
-
gcc-final.xml (modified) (1 diff)
-
gcc-static.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
r0cce40d r73ace20 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/common/binutils.xml" 31 xpointer="xpointer(//*[@os='p1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/common/binutils.xml" 35 xpointer="xpointer(//*[@os='p2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 38 href="../common/binutils.xml" 31 39 xpointer="xpointer(//*[@os='g'])"/> … … 42 50 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 43 51 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 44 -- enable-64-bit-bfd</userinput></screen>52 --disable-static --enable-64-bit-bfd</userinput></screen> 45 53 46 54 <variablelist os="bd"> -
BOOK/cross-tools/multilib/eglibc-64bit.xml
r0cce40d r73ace20 65 65 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ 66 66 --disable-profile --enable-add-ons \ 67 --with-tls --enable-kernel=2.6. 0--with-__thread \67 --with-tls --enable-kernel=2.6.32 --with-__thread \ 68 68 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 69 69 --cache-file=config.cache</userinput></screen> … … 117 117 xpointer="xpointer(//*[@os='dn'])"/> 118 118 119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 120 href="../../final-system/common/eglibc.xml" 121 xpointer="xpointer(//*[@os='ra'])"/> 122 123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 124 href="../common/eglibc.xml" 125 xpointer="xpointer(//*[@os='rb'])"/> 126 119 127 </sect2> 120 128 -
BOOK/cross-tools/multilib/eglibc.xml
r0cce40d r73ace20 60 60 --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ 61 61 --disable-profile --enable-add-ons \ 62 --with-tls --enable-kernel=2.6. 0--with-__thread \62 --with-tls --enable-kernel=2.6.32 --with-__thread \ 63 63 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 64 64 --cache-file=config.cache</userinput></screen> -
BOOK/cross-tools/multilib/gcc-final.xml
r0cce40d r73ace20 71 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 72 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 73 --enable-shared -- enable-languages=c,c++ --enable-__cxa_atexit\74 -- with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99\75 -- with-ppl=/cross-tools --with-cloog=/cross-tools \76 --enable-long-long --enable-threads=posix </userinput></screen>73 --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> 77 77 78 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
r0cce40d r73ace20 80 80 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 81 81 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 82 --disable-shared -- with-mpfr=/cross-tools --with-gmp=/cross-tools \83 --with- ppl=/cross-tools --with-cloog=/cross-tools \82 --disable-shared --disable-static --with-mpfr=/cross-tools \ 83 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 84 --without-headers --with-newlib --disable-decimal-float \ 85 85 --disable-libgomp --disable-libmudflap --disable-libssp \ 86 --disable-threads --enable-languages=c </userinput></screen>86 --disable-threads --enable-languages=c --enable-cloog-backend=isl</userinput></screen> 87 87 88 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.
