From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [RFC PATCH] RFC build: prototype support for ARM builds Date: Tue, 19 Dec 2017 13:27:07 +0000 Message-ID: <1513690027.25709.75.camel@debian.org> References: <20171219105338.198727-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: jerin.jacob@caviumnetworks.com, hemant.agrawal@nxp.com To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by dpdk.org (Postfix) with ESMTP id 890791B016 for ; Tue, 19 Dec 2017 14:27:09 +0100 (CET) Received: by mail-wr0-f194.google.com with SMTP id l19so6944886wrc.2 for ; Tue, 19 Dec 2017 05:27:09 -0800 (PST) In-Reply-To: <20171219105338.198727-1-bruce.richardson@intel.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" On Tue, 2017-12-19 at 10:53 +0000, Bruce Richardson wrote: > Add some skeleton files to enable compiling for ARM target. This has > been > tested by doing a cross-compile for armv8-a type using the linaro gcc > toolchain. >=20 > meson arm-build --cross-file aarch64_cross.txt > ninja -C arm-build >=20 > where aarch64_cross.txt contained the following >=20 > [binaries] > c =3D 'aarch64-linux-gnu-gcc' > cpp =3D 'aarch64-linux-gnu-cpp' > ar =3D 'aarch64-linux-gnu-ar' >=20 > [host_machine] > system =3D 'linux' > cpu_family =3D 'aarch64' > cpu =3D 'armv8-a' > endian =3D 'little' >=20 > It is hoped that those working on arm architecture can use this as a > baseline > to add arm support - both native compiled and cross-compiled - to the > meson > build. Can't comment on ARM functionality, but shouldn't the new files use SPDX ids rather than the full license header? --=20 Kind regards, Luca Boccassi