> > From: [EMAIL PROTECTED] (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
[EMAIL PROTECTED]

Reply via email to