OSDN Git Service

GIT-20170514.
[clfsja/cross-lfs-ja.git] / src / cross-tools / common / gcc-static.ch
index 9e4bfa2..0d7ee91 100644 (file)
           </para>
 @z
 
-@x --disable-target-zlib
-          <para>This tells GCC not to build the copy of Zlib in its
-          source tree.</para>
-@y
-          <para>
-          ソースツリー内に同梱されている Zlib をビルドしないようにします。
-          </para>
-@z
-
 @x --with-system-zlib
           <para>This tells GCC to link to the system-installed zlib instead
           of the one in its source tree.</para>
           </para>
 @z
 
-@x --enable-checking=release
-          <para>This option selects the complexity of the internal consistency checks and adds error checking within the compiler.</para>
+@x --with-glibc-version=&glibc-version;
+          <para>Needed when bootstrapping a cross toolchain without the header
+          files avilable for building the initial bootstrap compiler.</para>
 @y
           <para>
-          内部の一貫性チェックやエラーチェックをコンパイラーに含めることを指示します。
+          クロスツールチェーンをブートストラップするために必要で、初期のブートストラップコンパイラーを構築するために必要なヘッダーファイルがなくても実現できるようにします。
           </para>
 @z