[dpdk-dev] [PATCH] mk: add missing *CPPFLAGS to rte.compile-pre.mk

2016-09-23 Thread Thomas Monjalon
2016-09-14 13:06, Christian Ehrhardt: > On Tue, Aug 30, 2016 at 7:25 PM, Luca Boccassi > wrote: > > > Some targets in mk/internal/rte.compile-pre.mk are calling CC or > > HOSTCC without passing CPPFLAGS, EXTRA_CPPFLAGS or HOST_CPPFLAGS, > > HOST_EXTRA_CPPFLAGS. > > On Debian/Ubuntu builds this m

[dpdk-dev] [PATCH] mk: add missing *CPPFLAGS to rte.compile-pre.mk

2016-09-14 Thread Christian Ehrhardt
On Tue, Aug 30, 2016 at 7:25 PM, Luca Boccassi wrote: > Some targets in mk/internal/rte.compile-pre.mk are calling CC or > HOSTCC without passing CPPFLAGS, EXTRA_CPPFLAGS or HOST_CPPFLAGS, > HOST_EXTRA_CPPFLAGS. > On Debian/Ubuntu builds this means that preprocessor flags set by the > dpkg-buildp

[dpdk-dev] [PATCH] mk: add missing *CPPFLAGS to rte.compile-pre.mk

2016-08-30 Thread Luca Boccassi
Some targets in mk/internal/rte.compile-pre.mk are calling CC or HOSTCC without passing CPPFLAGS, EXTRA_CPPFLAGS or HOST_CPPFLAGS, HOST_EXTRA_CPPFLAGS. On Debian/Ubuntu builds this means that preprocessor flags set by the dpkg-buildpackage environment, like hardening flags, are not correctly passed