このチュートリアルを使用してクロスコンパイラを構築しようとしています: http://wiki.osdev.org/OS_Specific_Toolchain
binutils,all-gcc,newlib のビルドに成功した後
build-gcc の make の最後の部分でエラーが発生します
checking for shl_load... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
Makefile:8970: recipe for target `configure-target-libstdc++-v3' failed
make[1]: *** [configure-target-libstdc++-v3] Error 1
make[1]: Leaving directory `/usr/src/build-gcc'
Makefile:870: recipe for target `all' failed
make: *** [all] Error 2
助けてください...