From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: add missing *CPPFLAGS to rte.compile-pre.mk Date: Fri, 23 Sep 2016 18:24:17 +0200 Message-ID: <3220422.mYu3b4OCfa@xps13> References: <1472577904-9064-1-git-send-email-lboccass@brocade.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Christian Ehrhardt To: Luca Boccassi Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id DFEF72C4B for ; Fri, 23 Sep 2016 18:33:21 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id 197so7174151wmk.1 for ; Fri, 23 Sep 2016 09:33:21 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 means that preprocessor flags set by the > > dpkg-buildpackage environment, like hardening flags, are not > > correctly passed to all objects builds. > > > > Signed-off-by: Luca Boccassi > > > > Acked-by: Christian Ehrhardt Applied, thanks