Basic GCC testing question

Segher Boessenkool segher@kernel.crashing.org
Sat Jul 11 12:24:00 GMT 2015


On Fri, Jul 10, 2015 at 02:14:09PM -0700, Steve Ellcey wrote:
> > > 	make RUNTESTFLAGS='dg.exp --target-board=unix' check
> > 
> > Does it work better if you spell --target_board ?

> 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.

It is worse than that: it treats --target_bo* as --target_board, and
any other --ta* as --target.  So it's not "unknown"...

Don't typo, use scripts ;-)


Segher



More information about the Gcc mailing list