OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / temp-system / common / gmp.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <secondary>temporary system</secondary>
14 @y
15     <secondary>&TemporarySystem;</secondary>
16 @z
17
18 @x
19     <title>Installation of GMP</title>
20 @y
21     <title>&InstallationOf1;GMP &InstallationOf2;</title>
22 @z
23
24 @x
25     <para os="a">As with the Cross-Tools, we will compile GMP, MPFR, MPC, ISL,
26     and CLooG so that GCC can use them, though this time we will
27     cross-compile them into <filename class="directory">/tools</filename>.</para>
28 @y
29     <para os="a">
30     クロスツールと同様に、これから GMP, MPFR, MPC, ISL, CLooG をビルドしていき、GCC が利用できるようにします。
31     クロスコンパイルによりビルドし、インストール先は <filename class="directory">/tools</filename> とします。
32     </para>
33 @z
34
35 @x
36     <para os="b">Prepare GMP for compilation:</para>
37 @y
38     <para os="b">&PreparePackage1;GMP &PreparePackage2;</para>
39 @z
40
41 @x
42       <title>The meaning of the new configure option:</title>
43 @y
44       <title>&MeaningOfOption1;configure &MeaningOfOption2;</title>
45 @z
46
47 @x CC_FOR_BUILD=gcc
48           <para>Tells <command>configure</command> to use the host's
49           <command>gcc</command> instead of our cross-compiler to build
50           native tools it needs while compiling.</para>
51 @y
52           <para>
53           <command>configure</command> に対して、ビルドしたクロスコンパイラーではなくホストの <command>gcc</command> を利用することを指示します。
54           コンパイル中に必要となるネイティブツールをビルドするためです。
55           </para>
56 @z
57
58 @x
59     <para os="d">Compile the package:</para>
60 @y
61     <para os="d">&CompileThePackage;</para>
62 @z
63
64 @x
65     <para os="f">Install the package:</para>
66 @y
67     <para os="f">&InstallThePackage;</para>
68 @z
69
70 @x
71     <para>Details on this package are located in <xref
72     linkend="contents-gmp" role="."/></para>
73 @y
74     <para>
75     &Details1;<xref linkend="contents-gmp" role=""/>&Details2;
76     </para>
77 @z