From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/qede: fix gcc compiler option checks Date: Mon, 07 Nov 2016 21:10:39 +0100 Message-ID: <2114252.Hc1H3YMqIz@xps13> References: <4958892.sIoVxbTeGS@xps13> <1477636677-18041-1-git-send-email-rasesh.mody@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Rasesh Mody To: Rasesh Mody 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 AECA71DB1 for ; Mon, 7 Nov 2016 21:10:41 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id f82so140947045wmf.1 for ; Mon, 07 Nov 2016 12:10:41 -0800 (PST) In-Reply-To: <1477636677-18041-1-git-send-email-rasesh.mody@qlogic.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" 2016-10-27 23:37, Rasesh Mody: > From: Rasesh Mody > > Using GCC_VERSION to check gcc version and decide whether to include > that compiler option. > > Fixes: ec94dbc57362 ("qede: add base driver") No need for the above line. It is fixing the commit below (which fixes above one). > Fixes: ecc7a5a27ffe ("net/qede/base: fix 32-bit build") > > Signed-off-by: Rasesh Mody Applied, thanks