Re: [PATCH 2/2] Make -Q --help print param defaults and min/max values

2014-09-29 Thread Richard Biener
On Sat, Sep 27, 2014 at 3:54 PM, Andi Kleen wrote: > From: Andi Kleen > > Make -Q --help print the --param default, min, max values, similar > to how it does print the defaults for other flags. This is useful > to let a option auto tuner automatically query all needed information > abourt gcc par

[PATCH 2/2] Make -Q --help print param defaults and min/max values

2014-09-27 Thread Andi Kleen
From: Andi Kleen Make -Q --help print the --param default, min, max values, similar to how it does print the defaults for other flags. This is useful to let a option auto tuner automatically query all needed information abourt gcc params (previously it needed to access the .def file in the source