From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: fix compilation for icc version 16 Date: Fri, 20 Nov 2015 17:08:36 +0100 Message-ID: <1772699.4bGlfcBjSM@xps13> References: <1448030073-30711-1-git-send-email-declan.doherty@intel.com> <564F3D98.9060708@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id E276F2E81 for ; Fri, 20 Nov 2015 17:09:50 +0100 (CET) Received: by wmww144 with SMTP id w144so27112012wmw.0 for ; Fri, 20 Nov 2015 08:09:50 -0800 (PST) In-Reply-To: <564F3D98.9060708@6wind.com> 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" 2015-11-20 16:34, Olivier MATZ: > On 11/20/2015 03:34 PM, Declan Doherty wrote: > > This patch changes the ICC conditional check to disable > > -no-inline-max-size and -no-inline-max-total-size to be > > for all versions of icc greater than 14 and not just for version 15. > > > > Signed-off-by: Declan Doherty > > Acked-by: Olivier Matz Applied, thanks