OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-preps / x86_64 / variables.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   <title>Build Variables</title>
14 @y
15   <title>ビルド変数</title>
16 @z
17
18 @x
19   <bridgehead renderas="sect4">Setting Host and Target</bridgehead>
20 @y
21   <bridgehead renderas="sect4">ホストおよびターゲットの設定</bridgehead>
22 @z
23
24 @x
25   <para os="e">Now set the target triplet for 32 bits:</para>
26 @y
27   <para os="e">
28   32 ビット用の三つ組を定めます。
29   </para>
30 @z
31
32 @x
33   <para os="g">We will need to setup target-specific flags for the compiler
34   and linker:</para>
35 @y
36   <para os="g">
37   コンパイラーおよびリンカーにおいてのターゲット固有のフラグ変数を定めます。
38   </para>
39 @z
40
41 @x
42   <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
43 @y
44   <bridgehead renderas="sect4">環境への設定コピー</bridgehead>
45 @z
46
47 @x
48   <para os="i">Now add the host and target variables, and compiler and linker
49   flags, to <filename>~/.bashrc</filename>, just in case you have to exit and
50   restart building later:</para>
51 @y
52   <para os="i">
53   ホストおよびターゲットのための変数、コンパイラーおよびリンカーフラグの変数を <filename>~/.bashrc</filename> に設定します。
54   ログアウトしなければならない場合であってもビルド作業を再開できるようにするためです。
55   </para>
56 @z