Changeset 76b06f6 for BOOK/temp-system/multilib/ppl.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/ppl.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-temp-system- isl" role="wrap">9 <?dbhtml filename=" isl.html"?>8 <sect1 id="ch-temp-system-ppl" role="wrap"> 9 <?dbhtml filename="ppl.html"?> 10 10 11 <title> ISL-&isl-version;</title>11 <title>PPL-&ppl-version;</title> 12 12 13 <indexterm zone="ch-temp-system- isl">14 <primary sortas="a- ISL">ISL</primary>13 <indexterm zone="ch-temp-system-ppl"> 14 <primary sortas="a-PPL">PPL</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/ isl.xml"19 href="../../final-system/common/ppl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of ISL</title>23 <title>Installation of PPL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ isl.xml"26 href="../common/ppl.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" \ 30 ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 31 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --with-gmp-prefix=/tools</userinput></screen> 31 --enable-interfaces="c,cxx" --libdir=/tools/lib64 \ 32 --enable-shared --disable-optimization \ 33 --with-gmp-include=/tools/include --with-gmp-lib=/tools/lib</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../common/ isl.xml"36 href="../common/ppl.xml" 36 37 xpointer="xpointer(//*[@os='c'])"/> 37 38 38 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/ isl.xml"40 href="../common/ppl.xml" 40 41 xpointer="xpointer(//*[@os='d'])"/> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/ isl.xml"44 href="../common/ppl.xml" 44 45 xpointer="xpointer(//*[@os='e'])"/> 45 46 46 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../common/ isl.xml"48 href="../common/ppl.xml" 48 49 xpointer="xpointer(//*[@os='f'])"/> 49 50 … … 54 55 55 56 <para>Details on this package are located in <xref 56 linkend="contents- isl" role="."/></para>57 linkend="contents-ppl" role="."/></para> 57 58 58 59 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.