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: FAQ entry: making multiple passes of testsuite.


Dave Love wrote:
> >>>>> "RL" == Robert Lipe <robertl@dgii.com> writes:
> 
>  RL> +  make RUNTESTFLAGS='--target_board "unix{-fPIC,-fpic,}"' check-gcc

> However, this doesn't currently find the correct multilibrary, at
> least for Fortran tests on Irix and SunOS4, though there seems to be
> code there intended to do so.  I don't think I'm Tclish enough to
> investigate.

Perhaps I picked a bad example.  I was thinking that most multiliberals
had PIC targets. 'grep MULTILIB_OPTIONS config/*/t-*' shows that very,
very few targets actually multilib PIC.

Dave, on your Irix box (Iris or Irix?) does this command do anything
productive:

  make check-g77 RUNTESTFLAGS='--target_board "unix{-mabi=n32,-mabi=64}"' 


This would probably be a better example becuase it wouldn't confuse
people into thinking that their system (which probably does support PIC
of some form) would be likely to work with that command.

If that command works, I'll enhance the example to include text saying
specifically what host that's known to work on. 

RJL


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