From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix remaining checks for other 64bits architectures Date: Thu, 27 Nov 2014 08:47:36 +0100 Message-ID: <7786696.1TajTlxIIk@xps13> References: <1416842331-7716-1-git-send-email-david.marchand@6wind.com> <20141124105811.Horde.yzi-ZleYQoe06Ldh-qmKsQ6@ltc.linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: David Marchand Return-path: In-Reply-To: <20141124105811.Horde.yzi-ZleYQoe06Ldh-qmKsQ6-yBcKIWmi0QMlKIYzOP1THwC/G2K4zDHf@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > > RTE_ARCH_X86_64 can not be used as a way to determine if we are building for > > 64bits cpus. Instead, RTE_ARCH_64 should be used. > > > > Signed-off-by: David Marchand > > Acked-by: Chao Zhu Applied Thanks -- Thomas