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

clfs-3.0.0-sysvinitsysvinit
Last change on this file since bc1a1f0 was bc1a1f0, checked in by Chris Staub <chris@…>, 10 years ago

Removed unneeded testsuite notes

  • Property mode set to 100644
File size: 3.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" 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"
[5183e68]76    href="../common/gmp.xml"
[51bdc83a]77    xpointer="xpointer(//*[@os='j'])"/>
[6a043e2]78
[dabbced]79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5183e68]80    href="../common/gmp.xml"
[51bdc83a]81    xpointer="xpointer(//*[@os='k'])"/>
[6a043e2]82
[dabbced]83    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5183e68]84    href="../common/gmp.xml"
[51bdc83a]85    xpointer="xpointer(//*[@os='l'])"/>
[6a043e2]86
[5183e68]87    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc1a1f0]88    href="../multilib/gmp-64bit.xml"
[5183e68]89    xpointer="xpointer(//*[@os='m'])"/>
90
91    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
92    href="../multilib/gmp-64bit.xml"
93    xpointer="xpointer(//*[@os='n'])"/>
94
95    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96    href="../multilib/gmp-64bit.xml"
97    xpointer="xpointer(//*[@os='o'])"/>
98
[bc1a1f0]99<screen os="p"><userinput>cat &gt; /usr/include/gmp.h &lt;&lt; "EOF"
[6a043e2]100/* gmp.h - Stub Header  */
101#ifndef __STUB__GMP_H__
102#define __STUB__GMP_H__
103
104#include &lt;sgidefs.h&gt;
105
106#if (_MIPS_SIM == _ABIO32)
107# include "gmp-32.h"
108#elif (_MIPS_SIM == _ABIN32)
109# include "gmp-n32.h"
110#elif (_MIPS_SIM == _ABI64)
111# include "gmp-64.h"
112#endif
113
114#endif /* __STUB__GMP_H__ */
115EOF</userinput></screen>
116
117  </sect2>
118
[dabbced]119  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6a043e2]120  href="../common/gmp.xml"
121  xpointer="xpointer(id('contents-gmp'))"/>
122
123</sect1>
Note: See TracBrowser for help on using the repository browser.