Re: [dpdk-dev] [PATCH] build: remove duplicate checks for cflags

2018-07-26 Thread Thomas Monjalon
19/07/2018 16:22, Bruce Richardson: > There is no need to check for each library, driver and example whether > certain cflags are supported. Instead of checking inside the loop, do > so outside and reuse the value. > > Signed-off-by: Bruce Richardson The build log looks cleaner. Applied, thanks

[dpdk-dev] [PATCH] build: remove duplicate checks for cflags

2018-07-19 Thread Bruce Richardson
There is no need to check for each library, driver and example whether certain cflags are supported. Instead of checking inside the loop, do so outside and reuse the value. Signed-off-by: Bruce Richardson --- drivers/meson.build | 9 + examples/meson.build | 9 + lib/meson.bui