I have been able to use the command... make -k check RUNTESTFLAGS='--target_board "unix{,-m64}"'
to check my multilib gcc trunk build on Darwin ppc from within the darwin_objdir/gcc directory of the build tree. However this doesn't seem to allow both the -m32 and -m64 testsuite runs for the other libs like libstdc++ and libgomp, etc. If I run the same command from the toplevel of the darwin_objdir directory, the make check bails out with... make all-recursive Making all in testsuite make[7]: Nothing to be done for `all'. true DO=all multi-do # make make[2]: *** [check-recursive] Error 1 make[2]: Target `check' not remade because of errors. make[1]: *** [check-target-libgomp] Error 2 make[1]: Target `check-target' not remade because of errors. make: *** [do-check] Error 2 make: Target `check' not remade because of errors. Am I doing something wrong here or is there a glitch in doing a full multilib make check on current gcc trunk? Thanks for any insights in advance. Jack