From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fix build issues in the cross-compiling mode Date: Tue, 07 Jun 2016 10:01:24 +0200 Message-ID: <7632377.l2oB5BJPtT@xps13> References: <1464261614-895-1-git-send-email-jerin.jacob@caviumnetworks.com> <20160526122019.GD7708@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Bruce Richardson , dev@dpdk.org, h.mikita89@gmail.com To: Jerin Jacob Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id CBA732C44 for ; Tue, 7 Jun 2016 10:01:26 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id r5so7211403wmr.0 for ; Tue, 07 Jun 2016 01:01:26 -0700 (PDT) In-Reply-To: <20160526122019.GD7708@bricha3-MOBL3> 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-05-26 13:20, Bruce Richardson: > On Thu, May 26, 2016 at 04:50:14PM +0530, Jerin Jacob wrote: > > Removed comparison against $CC in Makefiles as > > in cross-compiling mode CC can be a different string > > instead of string "gcc" > > > > Suggested-by: Thomas Monjalon > > Signed-off-by: Jerin Jacob > > This fixes compiler errors I see when doing gcc6 testing using "make CC=gcc6.1" > > Acked-by: Bruce Richardson Applied, thanks