Changeset 026bb5d for BOOK/final-system/multilib/isl-n32.xml
- Timestamp:
- Dec 18, 2013, 1:04:00 AM (11 years ago)
- Children:
- f975b3a
- Parents:
- 1c9985f (diff), 8abef998 (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/isl-n32.xml
r1c9985f r026bb5d 6 6 ]> 7 7 8 <sect1 id="ch-system- ppl-n32" role="wrap">9 <?dbhtml filename=" ppl-n32.html"?>8 <sect1 id="ch-system-isl-n32" role="wrap"> 9 <?dbhtml filename="isl-n32.html"?> 10 10 11 <title> PPL-&ppl-version; N32 Libraries</title>11 <title>ISL-&isl-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-isl-n32"> 14 <primary sortas="a-ISL">ISL</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/isl.xml" 20 20 xpointer="xpointer(//*[@role='package'])"/> 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of PPL</title>23 <title>Installation of ISL</title> 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ ppl.xml"26 href="../common/isl.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 --libdir=/usr/lib32</userinput></screen> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 36 href="../common/ ppl.xml"34 href="../common/isl.xml" 37 35 xpointer="xpointer(//*[@os='c'])"/> 38 36 39 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 40 href="../common/ ppl.xml"38 href="../common/isl.xml" 41 39 xpointer="xpointer(//*[@os='d'])"/> 42 40 43 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 44 href="../common/ ppl.xml"42 href="../common/isl.xml" 45 43 xpointer="xpointer(//*[@os='e'])"/> 46 44 47 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 48 href="../common/ ppl.xml"46 href="../common/isl.xml" 49 47 xpointer="xpointer(//*[@os='f'])"/> 50 48 51 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../common/ ppl.xml"50 href="../common/isl.xml" 53 51 xpointer="xpointer(//*[@os='g'])"/> 54 52 55 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/ ppl.xml"54 href="../common/isl.xml" 57 55 xpointer="xpointer(//*[@os='h'])"/> 58 56 59 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/ ppl.xml"58 href="../common/isl.xml" 61 59 xpointer="xpointer(//*[@os='i'])"/> 62 60 63 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 64 href=" ppl.xml"65 xpointer="xpointer(//*[@os=' m1'])"/>62 href="../common/isl.xml" 63 xpointer="xpointer(//*[@os='j'])"/> 66 64 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 65 <screen os="k"><userinput>mkdir -pv /usr/share/gdb/auto-load/usr/lib32 66 mv -v /usr/lib32/*gdb.py /usr/share/gdb/auto-load/usr/lib32</userinput></screen> 73 67 </sect2> 74 68 … … 77 71 78 72 <para>Details on this package are located in <xref 79 linkend="contents- ppl" role="."/></para>73 linkend="contents-isl" role="."/></para> 80 74 81 75 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.