OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / chroot / x86_64 / flags.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 Flags</title>
14 @y
15   <title>ビルドフラグ</title>
16 @z
17
18 @x
19   <para>We will need to setup target specific flags for the compiler
20   and linkers:</para>
21 @y
22   <para>
23   コンパイラーおよびリンカーに対してのターゲット固有のフラグを設定します。
24   </para>
25 @z
26
27 @x
28   <para>You will need to set your host target triplet for 32 bit:</para>
29 @y
30   <para>
31   ホストシステムの32ビット用のターゲット三つ組 (target triplet) を設定します。
32   </para>
33 @z
34
35 @x
36    <para>To prevent errors when you come back to your build, we will export these
37    variables to prevent any build issues in the future:</para>
38 @y
39    <para>
40    ビルド環境から一度離れてから戻ってきたときにエラーを引き起こすことになりかねません。
41    そこで上記変数をエクスポートし、ビルド時に障害が発生しないようにします。
42    </para>
43 @z