From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: add meson support for cortex a55 and a76 platforms Date: Fri, 01 Mar 2019 14:29:50 +0100 Message-ID: <1926677.5PIC4xoK3u@xps> References: <1548929512-30408-1-git-send-email-phil.yang@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nd@arm.com, pbhagavatula@caviumnetworks.com, honnappa.nagarahalli@arm.com, jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com To: Phil Yang Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id A7A0D2BB5 for ; Fri, 1 Mar 2019 14:29:55 +0100 (CET) In-Reply-To: <1548929512-30408-1-git-send-email-phil.yang@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/01/2019 11:11, Phil Yang: > Enable native/cross compiling for Cortex-A55 and Cortex-A76 on meson. > > Signed-off-by: Phil Yang > Reviewed-by: Ola Liljedahl > Reviewed-by: Gavin Hu > --- > config/arm/arm64_armv8_linuxapp_gcc | 2 ++ > config/arm/meson.build | 2 ++ > 2 files changed, 4 insertions(+) Applied, thanks. Some thoughts: - Can we merge support for cross and native compilation in one place? - Why isn't it native in Meson?