Changeset 7c63706e
- Timestamp:
- Feb 20, 2012, 10:41:40 PM (13 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9e2e6ae
- Parents:
- d52b7f85
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils-32.xml
rd52b7f85 r7c63706e 43 43 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 44 44 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 45 --disable-multilib --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 45 --disable-multilib --with-ppl=/cross-tools \ 46 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 46 47 47 48 <variablelist os="bd"> -
BOOK/cross-tools/common/binutils.xml
rd52b7f85 r7c63706e 43 43 --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 44 44 --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \ 45 --enable-64-bit-bfd --disable-multilib \45 --enable-64-bit-bfd --disable-multilib --with-ppl=/cross-tools \ 46 46 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 47 47 -
BOOK/cross-tools/multilib/binutils.xml
rd52b7f85 r7c63706e 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 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 44 --enable-64-bit-bfd --with-ppl=/cross-tools \ 45 --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen> 45 46 46 47 <variablelist os="bd"> -
BOOK/general.ent
rd52b7f85 r7c63706e 3 3 <!ENTITY month "02"> <!-- Use two digits --> 4 4 <!ENTITY month_name "Febuary"> 5 <!ENTITY day " 18"> <!-- Use two digits -->5 <!ENTITY day "20"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rd52b7f85 r7c63706e 38 38 39 39 <listitem> 40 <para>20 February 2012</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jonathan] - Added --with-ppl to cross and temp binutils.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>18 February 2012</para> 41 50 <itemizedlist> -
BOOK/temp-system/64/binutils.xml
rd52b7f85 r7c63706e 39 39 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 40 40 --enable-shared --enable-64-bit-bfd --disable-multilib \ 41 --with- cloog=/tools --enable-cloog-backend=isl</userinput></screen>41 --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 42 42 43 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/binutils.xml
rd52b7f85 r7c63706e 38 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 39 39 --with-lib-path=/tools/lib --disable-nls --enable-shared \ 40 --disable-multilib --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 40 --disable-multilib --with-cloog=/tools \ 41 --with-ppl=/cross-tools --enable-cloog-backend=isl</userinput></screen> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/binutils.xml
rd52b7f85 r7c63706e 39 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ 40 40 --disable-nls --enable-shared --enable-64-bit-bfd \ 41 --with- cloog=/tools --enable-cloog-backend=isl</userinput></screen>41 --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 42 42 43 43 <variablelist os="ea">
Note:
See TracChangeset
for help on using the changeset viewer.