Revision 201555 breaks boostrap on x86_64-apple-darwin10:
...
Checking multilib configuration for libvtv...
make all-recursive
Making all in testsuite
/bin/sh: line 0: cd: testsuite: No such file or directory
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-stage1-target-libvtv] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
According to
* configure.ac: Add target-libvtv to target_libraries; disable libvtv
on non-linux systems; add target-libvtv to noconfigdirs; add
libsupc++/.libs to C++ library search paths.
libvtv should not be built on darwin, but in config.log I see
...
configure:3222: checking for libvtv support
configure:3232: result: yes
...
TIA
Dominique