source: BOOK/final-system/multilib/gmp-n32.xml @ b27081c4

sysvinit
Last change on this file since b27081c4 was b27081c4, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[6a043e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-gmp-n32" role="wrap">
9  <?dbhtml filename="gmp-n32.html"?>
10
11  <title>GMP-&gmp-version; N32 Libraries</title>
12
13  <indexterm zone="ch-system-gmp-n32">
14    <primary sortas="a-GMP">GMP</primary>
15    <secondary>N32</secondary>
16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]19  href="../common/gmp.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of GMP</title>
24
[8cfdc18]25<!--
[dabbced]26    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[be71788]27    href="../common/gmp.xml"
28    xpointer="xpointer(//*[@os='p1'])"/>
29
[dabbced]30    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[be71788]31    href="../common/gmp.xml"
32    xpointer="xpointer(//*[@os='p2'])"/>
33
[8cfdc18]34-->
[616b1809]35
[dabbced]36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[616b1809]37    href="../common/gmp.xml"
38    xpointer="xpointer(//*[@os='n1'])"/>
39
[dabbced]40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]41    href="../common/gmp.xml"
42    xpointer="xpointer(//*[@os='a'])"/>
43
[3ed0369]44<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
[b6831b6]45CXX="g++ -isystem /usr/include ${BUILDN32}" \
46LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
[b27081c4]47  ABI=n32 ./configure \
48    --prefix=/usr \
49    --libdir=/usr/lib32 \
50    --enable-cxx</userinput></screen>
[6a043e2]51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]53    href="../common/gmp.xml"
54    xpointer="xpointer(//*[@os='c'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]57    href="../common/gmp.xml"
58    xpointer="xpointer(//*[@os='d'])"/>
59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]61    href="../common/gmp.xml"
[5183e68]62    xpointer="xpointer(//*[@os='g'])"/>
[6a043e2]63
[dabbced]64    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]65    href="../common/gmp.xml"
[5183e68]66    xpointer="xpointer(//*[@os='h'])"/>
[6a043e2]67
[dabbced]68    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]69    href="../common/gmp.xml"
[5183e68]70    xpointer="xpointer(//*[@os='i'])"/>
[6a043e2]71
[dabbced]72    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]73    href="../common/gmp.xml"
[5183e68]74    xpointer="xpointer(//*[@os='j'])"/>
[6a043e2]75
[bc1a1f0]76    <para os="k">Create the N32 header file:</para>
[6a043e2]77
[bc1a1f0]78<screen os="l"><userinput>mv -v /usr/include/gmp{,-n32}.h</userinput></screen>
[6a043e2]79
80  </sect2>
81
82  <sect2 role="content">
83    <title/>
84
85    <para>Details on this package are located in <xref
86    linkend="contents-gmp" role="."/></para>
87
88  </sect2>
89
90</sect1>
Note: See TracBrowser for help on using the repository browser.