Changeset 84b164e for BOOK/cross-tools/multilib
- Timestamp:
- Feb 17, 2012, 10:03:08 AM (13 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ee9af47
- Parents:
- c1dbf1b
- git-author:
- Jonathan Norman <jon@…> (02/17/12 04:24:10)
- git-committer:
- Jonathan Norman <jon@…> (02/17/12 10:03:08)
- Location:
- BOOK/cross-tools/multilib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/multilib/binutils.xml
rc1dbf1b r84b164e 42 42 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 43 43 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 44 --enable-64-bit-bfd </userinput></screen>44 --enable-64-bit-bfd --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 45 45 46 46 <variablelist os="bd"> -
BOOK/cross-tools/multilib/gcc-final.xml
rc1dbf1b r84b164e 74 74 --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \ 75 75 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-long-long --enable-threads=posix </userinput></screen>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
rc1dbf1b r84b164e 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.