From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by dpdk.org (Postfix) with ESMTP id 7A6AD8D8D for ; Tue, 27 Oct 2015 19:25:57 +0100 (CET) Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz [147.229.13.147]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3nlhLF1Q92z79f; Tue, 27 Oct 2015 19:25:57 +0100 (CET) Date: Tue, 27 Oct 2015 19:24:11 +0100 From: Jan Viktorin To: David Hunt Message-ID: <20151027192411.58903a98@pcviktorin.fit.vutbr.cz> In-Reply-To: <20151026172201.316f2237@pcviktorin.fit.vutbr.cz> References: <1445609833-17649-1-git-send-email-david.hunt@intel.com> <1445609833-17649-11-git-send-email-david.hunt@intel.com> <20151026172201.316f2237@pcviktorin.fit.vutbr.cz> Organization: RehiveTech MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Benjamin Boren Subject: Re: [dpdk-dev] [PATCH 10/11] mk: add makefile and config changes for armv8 architecture 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: Tue, 27 Oct 2015 18:25:57 -0000 On Mon, 26 Oct 2015 17:22:01 +0100 Jan Viktorin wrote: > On Fri, 23 Oct 2015 15:17:12 +0100 > David Hunt wrote: > > > > > +# ARMv8 CPU flags > > +ifneq ($(filter $(AUTO_CPUFLAGS),__aarch64__),) I do not believe that this works. The function filter accepts arguments swapped. I.e. first a pattern and then the list of filtered data. I suppose, __aarch64__ is the pattern... Jan > > +CPUFLAGS += AARCH64 > > +endif > > + > > +ifneq ($(filter $(AUTO_CPUFLAGS),__aarch32__),) > > +CPUFLAGS += AARCH32 > > +endif > > + > > I think, this should go with the ARMv7 series. > > Jan > -- Jan Viktorin E-mail: Viktorin@RehiveTech.com System Architect Web: www.RehiveTech.com RehiveTech Brno, Czech Republic