On Fri, 2015-07-10 at 14:27 -0500, Segher Boessenkool wrote: > On Fri, Jul 10, 2015 at 10:43:43AM -0700, Steve Ellcey wrote: > > > > I have a basic GCC testing question. I built a native GCC and ran: > > > > make RUNTESTFLAGS='dg.exp' check > > > > Everything passed and according to the log file it used the unix.exp > > as the target-board. But if I try running: > > > > make RUNTESTFLAGS='dg.exp --target-board=unix' check > > Does it work better if you spell --target_board ? > > > Segher
Arg, I hate it when I do something stupid like that. It would be ince if runtest gave an error message when it had a bad/unknown argument, but if it does I didn't see it anywhere. Steve Ellcey