The ELF tools are better maintained, and offer cross compilation support, which is important to many people.
Note:console 行の上のコメントが示すように、この行を編集して secure を insecureに変更できます。 - FreeBSD
You must make your own arrangements to provide suitable library functions for cross-compilation.
クロスコンパイルを行ないたい場合は、自分自身で必要なライブラリ関数を用意する必要があります。 - JM
If you are cross-compiling between different subarchitectures for Intel x86(e.g. i586 and i686), you must still build a full cross-toolchain for the desired CHOST, or else the compilation will fail. Intelx86の異なるサブアーキテクチャ間(たとえば、i586とi686)でクロスコンパイルを行うのなら、必要なCHOSTの完全なクロスツールチェインをビルドしなければ、コンパイルが失敗してしまいます。 - Gentoo Linux
Normally the facilities of the machine's usual C compiler are used, but this can't be done directly in cross-compilation.
通常はそのマシンの一般的な C コンパイラの提供するものを使用しますが、これは通常の方法ではクロスコンパイルで直接使用することはできません。 - JM
Normally the facilities of the machine's usual C compiler are used, but this cannot be done directly in cross-compilation.
通常はそのマシンの一般的な C コンパイラの提供するものを使用しますが、これは通常の方法ではクロスコンパイルで直接使用することはできません。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.