Changeset 84b164e for BOOK/temp-system/64
- 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/temp-system/64
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/binutils.xml
rc1dbf1b r84b164e 38 38 --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 39 --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \ 40 --enable-shared --enable-64-bit-bfd --disable-multilib</userinput></screen> 40 --enable-shared --enable-64-bit-bfd --disable-multilib \ 41 --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/cloog.xml
rc1dbf1b r84b164e 6 6 ]> 7 7 8 <sect1 id="ch-temp-system-cloog -ppl" role="wrap">9 <?dbhtml filename="cloog -ppl.html"?>8 <sect1 id="ch-temp-system-cloog" role="wrap"> 9 <?dbhtml filename="cloog.html"?> 10 10 11 <title>CLooG- PPL-&cloog-ppl-version;</title>11 <title>CLooG-&cloog-version;</title> 12 12 13 <indexterm zone="ch-temp-system-cloog -ppl">14 <primary sortas="a-MPFR">CLooG -PPL</primary>13 <indexterm zone="ch-temp-system-cloog"> 14 <primary sortas="a-MPFR">CLooG</primary> 15 15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../../final-system/common/cloog -ppl.xml"19 href="../../final-system/common/cloog.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of CLooG -PPL</title>23 <title>Installation of CLooG</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/cloog -ppl.xml"26 href="../common/cloog.xml" 27 27 xpointer="xpointer(//*[@os='s1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../common/cloog -ppl.xml"30 href="../common/cloog.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/cloog -ppl.xml"34 href="../common/cloog.xml" 35 35 xpointer="xpointer(//*[@os='a'])"/> 36 36 37 37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp\39 --enable-shared --with-gmp =/tools --with-ppl=/tools</userinput></screen>38 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 39 --enable-shared --with-gmp-prefix=/tools</userinput></screen> 40 40 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/cloog -ppl.xml"42 href="../common/cloog.xml" 43 43 xpointer="xpointer(//*[@os='c'])"/> 44 44 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="../common/cloog -ppl.xml"46 href="../common/cloog.xml" 47 47 xpointer="xpointer(//*[@os='d'])"/> 48 48 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="../common/cloog -ppl.xml"50 href="../common/cloog.xml" 51 51 xpointer="xpointer(//*[@os='e'])"/> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="../common/cloog -ppl.xml"54 href="../common/cloog.xml" 55 55 xpointer="xpointer(//*[@os='f'])"/> 56 56 … … 61 61 62 62 <para>Details on this package are located in <xref 63 linkend="contents-cloog -ppl" role="."/></para>63 linkend="contents-cloog" role="."/></para> 64 64 65 65 </sect2> -
BOOK/temp-system/64/gcc.xml
rc1dbf1b r84b164e 76 76 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ 77 77 --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 78 --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ 79 --enable-cloog-backend=isl</userinput></screen> 79 80 80 81 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.