source: BOOK/final-system/mips64/gmp-64bit.xml@ 79071fa

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 79071fa was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 3.1 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" role="wrap">
9 <?dbhtml filename="gmp-64bit.html"?>
10
11 <title>GMP-&gmp-version; 64 Bit</title>
12
13 <indexterm zone="ch-system-gmp">
14 <primary sortas="a-GMP">GMP</primary>
15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]18 href="../common/gmp.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of GMP</title>
23
[8cfdc18]24<!--
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8cfdc18]26 href="../common/gmp.xml"
27 xpointer="xpointer(//*[@os='p1'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8cfdc18]30 href="../common/gmp.xml"
31 xpointer="xpointer(//*[@os='p2'])"/>
32
33-->
[616b1809]34
[dabbced]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[616b1809]36 href="../common/gmp.xml"
37 xpointer="xpointer(//*[@os='n1'])"/>
38
[dabbced]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]40 href="../common/gmp.xml"
41 xpointer="xpointer(//*[@os='a'])"/>
42
[dabbced]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[f165f0b]44 href="../multilib/gmp-64bit.xml"
45 xpointer="xpointer(//*[@os='b'])"/>
[6a043e2]46
[dabbced]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]48 href="../common/gmp.xml"
49 xpointer="xpointer(//*[@os='c'])"/>
50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]52 href="../common/gmp.xml"
53 xpointer="xpointer(//*[@os='d'])"/>
54
[dabbced]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]56 href="../common/gmp.xml"
57 xpointer="xpointer(//*[@os='e'])"/>
58
[dabbced]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]60 href="../common/gmp.xml"
61 xpointer="xpointer(//*[@os='f'])"/>
62
[dabbced]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]64 href="../common/gmp.xml"
65 xpointer="xpointer(//*[@os='g'])"/>
66
[dabbced]67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]68 href="../common/gmp.xml"
69 xpointer="xpointer(//*[@os='h'])"/>
70
[dabbced]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]72 href="../common/gmp.xml"
73 xpointer="xpointer(//*[@os='i'])"/>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[51bdc83a]76 href="../multilib/gmp-64bit.xml"
77 xpointer="xpointer(//*[@os='j'])"/>
[6a043e2]78
[dabbced]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[51bdc83a]80 href="../multilib/gmp-64bit.xml"
81 xpointer="xpointer(//*[@os='k'])"/>
[6a043e2]82
[dabbced]83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[51bdc83a]84 href="../multilib/gmp-64bit.xml"
85 xpointer="xpointer(//*[@os='l'])"/>
[6a043e2]86
87<screen os="m"><userinput>cat &gt; /usr/include/gmp.h &lt;&lt; "EOF"
88/* gmp.h - Stub Header */
89#ifndef __STUB__GMP_H__
90#define __STUB__GMP_H__
91
92#include &lt;sgidefs.h&gt;
93
94#if (_MIPS_SIM == _ABIO32)
95# include "gmp-32.h"
96#elif (_MIPS_SIM == _ABIN32)
97# include "gmp-n32.h"
98#elif (_MIPS_SIM == _ABI64)
99# include "gmp-64.h"
100#endif
101
102#endif /* __STUB__GMP_H__ */
103EOF</userinput></screen>
104
105 </sect2>
106
[dabbced]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]108 href="../common/gmp.xml"
109 xpointer="xpointer(id('contents-gmp'))"/>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.