[PATCH 1/2] perf: add per-feature check flags

2013-12-10 Thread Jean Pihet
Add CFLAGS and LDFLAGS for each feature to be checked. This allows to pass flags and parameters to the feature checks compilation. Also simplifies the feature check makefile, to come in a subsequent patch. Signed-off-by: Jean Pihet --- tools/perf/config/Makefile | 2 +- 1 file changed, 1 inserti

[PATCH 1/2] perf: add per-feature check flags

2013-12-07 Thread Jean Pihet
Add CFLAGS and LDFLAGS for each feature to be checked. This allows to pass flags and parameters to the feature checks compilation. Also simplifies the feature check makefile, to come in a subsequent patch. Signed-off-by: Jean Pihet --- tools/perf/config/Makefile | 2 +- 1 file changed, 1 inserti

[PATCH 1/2] perf: add per-feature check flags

2013-12-03 Thread Jean Pihet
Add CFLAGS and LDFLAGS for each feature to be checked. This allows to pass flags and parameters to the feature checks compilation. Also simplifies the feature check makefile, to come in a subsequent patch. Signed-off-by: Jean Pihet --- tools/perf/config/Makefile | 2 +- 1 file changed, 1 inserti

Re: [PATCH 1/2] perf: add per-feature check flags

2013-11-26 Thread Ingo Molnar
* Jean Pihet wrote: > Add CFLAGS and LDFLAGS for each feature to be checked. This allows > to pass flags and parameters to the feature checks compilation. > Also simplifies the feature check makefile, to come in a subsequent patch. > > Signed-off-by: Jean Pihet > --- > tools/perf/config/Makef