Re: [PATCH 2/6] tools build: fix feature redefine build flags

2017-04-13 Thread Arnaldo Carvalho de Melo
Em Wed, Apr 12, 2017 at 09:30:05AM -0700, David Carrillo-Cisneros escreveu: > On Wed, Apr 12, 2017 at 12:56 AM Jiri Olsa wrote: > > > > On Tue, Apr 11, 2017 at 11:49:15PM -0700, David Carrillo-Cisneros wrote: > > > This change is a follow up of https://lkml.org/lkml/2017/2/2/16 > > > > hi, > > the

Re: [PATCH 2/6] tools build: fix feature redefine build flags

2017-04-12 Thread David Carrillo-Cisneros
On Wed, Apr 12, 2017 at 12:56 AM Jiri Olsa wrote: > > On Tue, Apr 11, 2017 at 11:49:15PM -0700, David Carrillo-Cisneros wrote: > > This change is a follow up of https://lkml.org/lkml/2017/2/2/16 > > hi, > there's another 2/6 in this patchset with same change but > slightly different changelog Uu

Re: [PATCH 2/6] tools build: fix feature redefine build flags

2017-04-12 Thread Jiri Olsa
On Tue, Apr 11, 2017 at 11:49:15PM -0700, David Carrillo-Cisneros wrote: > This change is a follow up of https://lkml.org/lkml/2017/2/2/16 hi, there's another 2/6 in this patchset with same change but slightly different changelog jirka > > The patch above avoided redefining CC, CXX and PKG_CONF

[PATCH 2/6] tools build: fix feature redefine build flags

2017-04-11 Thread David Carrillo-Cisneros
This change is a follow up of https://lkml.org/lkml/2017/2/2/16 The patch above avoided redefining CC, CXX and PKG_CONFIG in feature detection. The patch was not merged due to a unsolved concern with the -MD flag. Later, commit c8c188679c ("tools build: Use the same CC for feature detection and