This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
make check glitch
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: gcc at gcc dot gnu dot org
- Date: Thu, 24 Aug 2006 07:39:48 -0400 (EDT)
- Subject: make check glitch
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