Changeset 229ed25 for BOOK/final-system/multilib/cloog.xml
- Timestamp:
- Jan 4, 2014, 12:03:38 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f90d077
- Parents:
- ec008670 (diff), e57ce38 (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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/cloog.xml
rec008670 r229ed25 6 6 ]> 7 7 8 <sect1 id="ch-system- ppl-32" role="wrap">9 <?dbhtml filename=" ppl.html"?>8 <sect1 id="ch-system-cloog-32" role="wrap"> 9 <?dbhtml filename="cloog.html"?> 10 10 11 <title> PPL-&ppl-version; 32 Bit Libraries</title>11 <title>CLooG-&cloog-version; 32 Bit Libraries</title> 12 12 13 <indexterm zone="ch-system- ppl-32">14 <primary sortas="a- PPL">PPL</primary>13 <indexterm zone="ch-system-cloog-32"> 14 <primary sortas="a-CLooG">CLooG</primary> 15 15 <secondary>32 Bit</secondary> 16 16 </indexterm> 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 19 href="../common/ ppl.xml"19 href="../common/cloog.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of 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/ ppl.xml"26 href="../common/cloog.xml" 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include ${BUILD32}" \ 30 CXX="g++ -isystem /usr/include ${BUILD32}" \ 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \ 31 30 LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \ 32 ./configure --prefix=/usr --host=${CLFS_TARGET32}\33 -- enable-shared --disable-optimization</userinput></screen>31 ./configure --prefix=/usr \ 32 --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen> 34 33 35 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/ppl.xml" 35 href="../common/cloog.xml" 36 xpointer="xpointer(//*[@os='s1'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/cloog.xml" 40 xpointer="xpointer(//*[@os='s2'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/cloog.xml" 37 44 xpointer="xpointer(//*[@os='c'])"/> 38 45 39 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/ ppl.xml"47 href="../common/cloog.xml" 41 48 xpointer="xpointer(//*[@os='d'])"/> 42 49 43 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/ ppl.xml"51 href="../common/cloog.xml" 45 52 xpointer="xpointer(//*[@os='e'])"/> 46 53 47 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="../common/ ppl.xml"55 href="../common/cloog.xml" 49 56 xpointer="xpointer(//*[@os='f'])"/> 50 57 51 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../common/ ppl.xml"59 href="../common/cloog.xml" 53 60 xpointer="xpointer(//*[@os='g'])"/> 54 61 55 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/ ppl.xml"63 href="../common/cloog.xml" 57 64 xpointer="xpointer(//*[@os='h'])"/> 58 65 59 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/ ppl.xml"67 href="../common/cloog.xml" 61 68 xpointer="xpointer(//*[@os='i'])"/> 62 63 <para os="m1">Prepare <filename>ppl-config</filename> to be wrapped by64 the multiarch wrapper:</para>65 66 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-32}</userinput></screen>67 68 <para os="j">One of the headers installed by PPL is architecture specific. Programs compiled as 32bit will require the header provided by the 32bit installation of PPL. The same applies for 64bit programs. Move the header so a wrapper can be put in its place later:</para>69 70 <screen os="k"><userinput>mv -v /usr/include/ppl{,-32}.hh</userinput></screen>71 72 69 73 70 </sect2> … … 77 74 78 75 <para>Details on this package are located in <xref 79 linkend="contents- ppl" role="."/></para>76 linkend="contents-cloog" role="."/></para> 80 77 81 78 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.