Re: [dpdk-dev] [PATCH] devtools: reset compilation flags for each target

2019-11-27 Thread Thomas Monjalon
02/10/2019 18:55, David Marchand: > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite > useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS > for cross compilation or libraries that won't provide a pkg-config file. > > Fixes: 272236741258 ("devtools: load targe

Re: [dpdk-dev] [PATCH] devtools: reset compilation flags for each target

2019-10-03 Thread Bruce Richardson
On Thu, Oct 03, 2019 at 12:08:30PM +0200, David Marchand wrote: > On Thu, Oct 3, 2019 at 11:21 AM Bruce Richardson > wrote: > > > > On Wed, Oct 02, 2019 at 06:55:47PM +0200, David Marchand wrote: > > > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite > > > useful to override com

Re: [dpdk-dev] [PATCH] devtools: reset compilation flags for each target

2019-10-03 Thread David Marchand
On Thu, Oct 3, 2019 at 11:21 AM Bruce Richardson wrote: > > On Wed, Oct 02, 2019 at 06:55:47PM +0200, David Marchand wrote: > > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite > > useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS > > for cross compilation o

Re: [dpdk-dev] [PATCH] devtools: reset compilation flags for each target

2019-10-03 Thread Bruce Richardson
On Wed, Oct 02, 2019 at 06:55:47PM +0200, David Marchand wrote: > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite > useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS > for cross compilation or libraries that won't provide a pkg-config file. > > Fixes: 27223

[dpdk-dev] [PATCH] devtools: reset compilation flags for each target

2019-10-02 Thread David Marchand
Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS for cross compilation or libraries that won't provide a pkg-config file. Fixes: 272236741258 ("devtools: load target-specific compilation environment") Signed