From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] config: add missing CONFIG_RTE_ARCH_64 configurations Date: Fri, 04 Mar 2016 23:40:35 +0100 Message-ID: <1741963.HfMxel7jnh@xps13> References: <1457111006-67476-1-git-send-email-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 43D7A2BDF for ; Fri, 4 Mar 2016 23:42:12 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id p65so8550400wmp.0 for ; Fri, 04 Mar 2016 14:42:12 -0800 (PST) In-Reply-To: <1457111006-67476-1-git-send-email-keith.wiles@intel.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-03-04 11:03, Keith Wiles: > Signed-off-by: Keith Wiles > --- > config/defconfig_x86_64-native-bsdapp-clang | 1 + > config/defconfig_x86_64-native-bsdapp-gcc | 1 + Until now, the generic 64-bit flag was used only for ARM or Linux, and was not defined for BSD environment. Fixes: d05e7115f466 ("mem: support layout of IBM Power") Applied, thanks