source: BOOK/final-system/multilib/libtool-n32.xml@ bddad35

systemd
Last change on this file since bddad35 was 7cd7f99, checked in by Chris Staub <chris@…>, 9 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-libtool-n32" role="wrap">
9 <?dbhtml filename="libtool-n32.html"?>
10
11 <title>Libtool-&libtool-version; N32 Libraries</title>
12
13 <indexterm zone="ch-system-libtool-n32">
14 <primary sortas="a-Libtool">Libtool</primary>
15 <secondary>N32</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[566db8e]19 href="../common/libtool.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
23 <title>Installation of Libtool</title>
24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8aa6f1c2]26 href="libtool.xml"
27 xpointer="xpointer(//*[@os='a1'])"/>
28
29<screen os="a2"><userinput>echo "lt_cv_sys_dlsearch_path='/lib32 /usr/lib32 /usr/local/lib32 /opt/lib32'" &gt; config.cache</userinput></screen>
30
[dabbced]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]32 href="libtool.xml"
33 xpointer="xpointer(//*[@os='a'])"/>
34
[7cd7f99]35<screen os="b"><userinput>CC="gcc ${BUILDN32}" ./configure \
36 --prefix=/usr \
37 --libdir=/usr/lib32 \
38 --cache-file=config.cache</userinput></screen>
[3f8be484]39
[dabbced]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d3a0268]41 href="../common/libtool.xml"
[3f8be484]42 xpointer="xpointer(//*[@os='c'])"/>
43
[dabbced]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d3a0268]45 href="../common/libtool.xml"
[3f8be484]46 xpointer="xpointer(//*[@os='d'])"/>
47
[d3a0268]48 <para os="e">To test the results, identify the correct emulation, then issue:
49 <userinput>make LDEMULATION=[emulation] check</userinput>. The correct
50 emulation will be elf32btsmipn32 for a big-endian machine and elf32ltsmipn32
51 for a little-endian machine.</para>
[3f8be484]52
[dabbced]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]54 href="libtool.xml"
55 xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[e0e40d3]58 href="libtool.xml"
59 xpointer="xpointer(//*[@os='g'])"/>
60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5e0e6ec]62 href="libtool.xml"
63 xpointer="xpointer(//*[@os='m1'])"/>
64
65<screen os="m2"><userinput>mv -v /usr/bin/libtool{,-n32}</userinput></screen>
66
[3f8be484]67 </sect2>
68
69 <sect2 role="content">
70 <title/>
71
72 <para>Details on this package are located in <xref
73 linkend="contents-libtool" role="."/></para>
74
75 </sect2>
76
77</sect1>
Note: See TracBrowser for help on using the repository browser.