This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make check glitch
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 24 Aug 2006 09:19:03 -0700
- Subject: Re: make check glitch
- References: <20060824132811.3D93E11000B@bromo.msbb.uc.edu>
On Thu, Aug 24, 2006 at 09:28:11AM -0400, Jack Howarth wrote:
> I should add that I see the same problem if I execute...
>
> make -k check RUNTESTFLAGS='--target_board "unix{,-m32}"'
>
> ...from the toplevel of the linux_obj directory on gcc trunk
> built on a x86_64 Fedora Core 5 machine. The behavior is the
> same as on darwin. If I execute the above command from the
> gcc subdirectory, the make check completes. This is preventing
> any testing of the the libraries in gcc for -m32 on x86_64 or
> -m64 on Darwin ppc.
It works for me on RHEL 4 U4:
http://gcc.gnu.org/ml/gcc-testresults/2006-08/msg01064.html
I am using RUNTESTFLAGS=--target_board 'unix{-m32,}'.
H.J.