This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.[01] C++ Testing: Support -mabi=64


Jeffrey Oldham writes:

> > Unfortunately, this patch has just the opposite effect for me ;-)  Before
> > it went it, I could successfully test both N32 and N64 ABIs on IRIX 6.2 and
> > 32-bit and 64-bit on Solaris 8.  I'm using command lines like this:
> > 
> > 	make RUNTESTFLAGS='--target_board "unix{,-mabi=64}"' check
> > or
> > 	make RUNTESTFLAGS='--target_board "unix{,-m64}"' check
> 
> How should -mabi=64 tests be run?  I was using
> 
> 	make -k RUNTESTFLAGS="--tool_opts '-mabi=64'" check-g++

This should work to specify a single alternative option.  To run the
testsuite with several different options, you need the variant I use, which
is documented in the FAQ:

	http://gcc.gnu.org/fom_serv/cache/21.html

So both variants need to continue working.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]