Changeset 229ed25 for BOOK/final-system/multilib/cloog-n32.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-n32.xml
rec008670 r229ed25 6 6 ]> 7 7 8 <sect1 id="ch-system- ppl-n32" role="wrap">9 <?dbhtml filename=" ppl-n32.html"?>8 <sect1 id="ch-system-cloog-n32" role="wrap"> 9 <?dbhtml filename="cloog-n32.html"?> 10 10 11 <title> PPL-&ppl-version; N32 Libraries</title>11 <title>CLooG-&cloog-version; N32 Libraries</title> 12 12 13 <indexterm zone="ch-system- ppl-n32">14 <primary sortas="a- PPL">PPL</primary>13 <indexterm zone="ch-system-cloog-n32"> 14 <primary sortas="a-CLooG">CLooG</primary> 15 15 <secondary>N32</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 ${BUILDN32}" \ 30 CXX="g++ -isystem /usr/include ${BUILDN32}" \ 29 <screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \ 31 30 LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \ 32 ./configure --prefix=/usr --libdir=/usr/lib32\33 -- enable-shared --disable-optimization</userinput></screen>31 ./configure --prefix=/usr \ 32 --libdir=/usr/lib32 --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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"64 href="ppl.xml"65 xpointer="xpointer(//*[@os='m1'])"/>66 67 <screen os="m2"><userinput>mv -v /usr/bin/ppl-config{,-n32}</userinput></screen>68 69 <para os="j">Create the N32 header file:</para>70 71 <screen os="k"><userinput>mv -v /usr/include/ppl{,-n32}.hh</userinput></screen>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.