Re: [PATCH 10/10] tools gpio: Override CFLAGS assignments

2018-10-30 Thread Jiri Olsa
ping thanks, jirka On Mon, Oct 22, 2018 at 04:50:07PM +0200, Jiri Olsa wrote: > On Tue, Oct 16, 2018 at 05:06:05PM +0200, Jiri Olsa wrote: > > hi, > > while hardening some of the tools rpm, we noticed we > > can't pass build flags to some of them. > > > > Sending separate tools fixes for what w

[PATCH 10/10] tools gpio: Override CFLAGS assignments

2018-10-22 Thread Jiri Olsa
On Tue, Oct 16, 2018 at 05:06:05PM +0200, Jiri Olsa wrote: > hi, > while hardening some of the tools rpm, we noticed we > can't pass build flags to some of them. > > Sending separate tools fixes for what we found. It's > mostly override for CFLAGS and adding LDFLAGS to the > build commands. > >