http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54283
--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2012-12-18 12:06:21 UTC --- > --- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-12-18 > 10:30:12 UTC --- > So not a bug then? I don't think so: even on x86_64-unknown-linux-gnu, when building an i686-unknown-linux-gnu compiler with an unbundled gcc 4.4 (which does support -static-libstdc++) where the 32-bit libstdc++.so.6 doesn't live in /usr/lib, but only in /vol/gcc-4.4/lib, the build tools are the only ones that don't run. If it were host and build tools alike, I'd agree, but the host tools are fine, as they were before the cxx-conversion. Rainer