This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make check glitch
- From: Steve Ellcey <sje at cup dot hp dot com>
- To: howarth at bromo dot msbb dot uc dot edu
- Cc: gcc at gcc dot gnu dot org, hjl at lucon dot org
- Date: Fri, 25 Aug 2006 09:20:25 -0700 (PDT)
- Subject: Re: make check glitch
> > From: howarth@bromo.msbb.uc.edu (Jack Howarth)
> > MIME-Version: 1.0
> >
> > make -k check RUNTESTFLAGS='--target_board "unix{,-m64}"'
> >
> > I run the same command from the toplevel of the darwin_objdir
> > directory, the make check bails out with...
>
> 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.
I run in 32 and 64 bit modes on IA64 HP-UX and I once changed from
"--target_board 'unix{-mlp64,-milp32}" to "--target_board
'unix{,-mlp64}" and had problems. I notice that HJ's example
has the -m32 in the first position, not the last.
Jack, does it work for you if you use "unix{-m64,}" instead of
"unix{,-m64}"?
Steve Ellcey
sje@cup.hp.com