From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id E67FAA04B5; Thu, 1 Oct 2020 12:20:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CDE351DAE5; Thu, 1 Oct 2020 12:20:16 +0200 (CEST) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by dpdk.org (Postfix) with ESMTP id 7AA401DAD7 for ; Thu, 1 Oct 2020 12:20:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id 8626CAB049; Thu, 1 Oct 2020 12:20:12 +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 6UuGIQsnmpP8; Thu, 1 Oct 2020 12:20:10 +0200 (CEST) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id D9F3C970D7; Thu, 1 Oct 2020 12:20:09 +0200 (CEST) From: =?UTF-8?q?Juraj=20Linke=C5=A1?= To: thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com, maicolgabriel@hotmail.com Cc: dev@dpdk.org, =?UTF-8?q?Juraj=20Linke=C5=A1?= Date: Thu, 1 Oct 2020 12:20:07 +0200 Message-Id: <1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/2] aarch64 clang cross compilation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Use clang/LLVM toolchain with gcc stdlib to cross compile aarch64 target. Juraj Linkeš (2): ci: add aarch64 clang cross-compilation builds doc: add clang to aarch64 cross build guide .ci/linux-build.sh | 9 +- .travis.yml | 22 ++- .../linux_gsg/cross_build_dpdk_for_arm64.rst | 183 +++++++++++++----- 3 files changed, 159 insertions(+), 55 deletions(-) -- 2.20.1