From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D133D377A for ; Thu, 26 May 2016 14:20:23 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 26 May 2016 05:20:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,367,1459839600"; d="scan'208";a="974962977" Received: from bricha3-mobl3.ger.corp.intel.com ([10.252.31.37]) by fmsmga001.fm.intel.com with SMTP; 26 May 2016 05:20:20 -0700 Received: by (sSMTP sendmail emulation); Thu, 26 May 2016 13:20:20 +0025 Date: Thu, 26 May 2016 13:20:19 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org, thomas.monjalon@6wind.com, h.mikita89@gmail.com Message-ID: <20160526122019.GD7708@bricha3-MOBL3> References: <1464261614-895-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464261614-895-1-git-send-email-jerin.jacob@caviumnetworks.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] fix build issues in the cross-compiling mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 12:20:24 -0000 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