OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / boot / sparc / silo-build.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>boot</secondary>
14 @y
15     <secondary>ブート</secondary>
16 @z
17
18 @x
19     <title>Installation of Silo</title>
20 @y
21     <title>&InstallationOf1;Silo &InstallationOf2;</title>
22 @z
23
24 @x
25 <para os="ae">This sed allows us to compile the bin2h binary separately.</para>
26 @y
27 <para os="ae">
28 この sed コマンドは bin2h バイナリを個別にコンパイルできるようにします。
29 </para>
30 @z
31
32 @x
33 <para os="af">Compile the bin2h and util binaries for the host.</para>
34 @y
35 <para os="af">
36 ホスト用に bin2h とユーティリティーをコンパイルします。
37 </para>
38 @z
39
40 @x CC=cc
41           <para>Overwrites the default value of <command>gcc -m32</command> which will fail
42 to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para>
43 @y
44           <para>
45           64ビットターゲット上ではコンパイルに失敗するので、デフォルトの <command>gcc -m32</command> を上書きします。
46           以降で行っている <command>CC=${CC}</command> とは異なりますから注意してください。
47           </para>
48 @z
49
50 @x
51     <para>Details on this package are located in <xref
52     linkend="contents-silo" role="."/></para>
53 @y
54     <para>
55     &Details1;<xref linkend="contents-silo" role=""/>&Details2;
56     </para>
57 @z