OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / temp-system / 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   <para>Setup target-specific variables for the compiler
20   and linkers:</para>
21 @y
22   <para>
23   コンパイラーやリンカーに対してのターゲット固有の環境変数を設定します。
24   </para>
25 @z
26
27 @x
28       <title>The meaning of the new configure options:</title>
29 @y
30       <title>&MeaningOfOption1;configure &MeaningOfOption2;</title>
31 @z
32
33 @x CXX="${CXX} ${BUILD64}"
34           <para>This forces the C++ compiler to use our 64 Bit flags.</para>
35 @y
36           <para>
37           C++ コンパイラーが 64 ビット用のフラグを利用するようにします。
38           </para>
39 @z
40
41 @x
42   <para>Then add the build variables to <filename>~/.bashrc</filename> to
43   prevent issues if you stop and come back later:</para>
44 @y
45   <para>
46   上のビルド変数を <filename>~/.bashrc</filename> に加えておきます。
47   こうすることで、再ログインした場合などに設定し忘れることがないようにします。
48   </para>
49 @z