[v2,0/3] aarch64 clang cross compilation
Message ID | 1601548239-2990-1-git-send-email-juraj.linkes@pantheon.tech (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2B0E1A04B5; Thu, 1 Oct 2020 12:37:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 596581D153; Thu, 1 Oct 2020 12:30:44 +0200 (CEST) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by dpdk.org (Postfix) with ESMTP id 198C01DB27 for <dev@dpdk.org>; Thu, 1 Oct 2020 12:30:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id 57325AB04C; Thu, 1 Oct 2020 12:30:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at siecit.sk Received: from lb.pantheon.sk ([127.0.0.1]) by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KP53-tBtxkdy; Thu, 1 Oct 2020 12:30:40 +0200 (CEST) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id EA22D970D7; Thu, 1 Oct 2020 12:30:39 +0200 (CEST) From: =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech> To: thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech> Date: Thu, 1 Oct 2020 12:30:36 +0200 Message-Id: <1601548239-2990-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech> References: <1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/3] aarch64 clang cross compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Juraj Linkeš
Oct. 1, 2020, 10:30 a.m. UTC
Use clang/LLVM toolchain with gcc stdlib to cross compile aarch64 target. Juraj Linkeš (3): build: add aarch64 clang to meson cross-compile ci: add aarch64 clang cross-compilation builds doc: add clang to aarch64 cross build guide .ci/linux-build.sh | 9 +- .travis.yml | 22 ++- config/arm/arm64_armv8_linux_clang_ubuntu1804 | 20 ++ .../linux_gsg/cross_build_dpdk_for_arm64.rst | 183 +++++++++++++----- 4 files changed, 179 insertions(+), 55 deletions(-) create mode 100644 config/arm/arm64_armv8_linux_clang_ubuntu1804