From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DD620C4363D for ; Fri, 2 Oct 2020 09:38:52 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 26E69206FA for ; Fri, 2 Oct 2020 09:38:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 26E69206FA Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=pantheon.tech Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCA411D538; Fri, 2 Oct 2020 11:38:35 +0200 (CEST) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by dpdk.org (Postfix) with ESMTP id ACAED1BFC7 for ; Fri, 2 Oct 2020 11:38:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id CFDE6AB049; Fri, 2 Oct 2020 11:38:29 +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 NEA0lxISt92y; Fri, 2 Oct 2020 11:38:28 +0200 (CEST) Received: from service-node1.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id 605F4AA8F8; Fri, 2 Oct 2020 11:38:28 +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: Fri, 2 Oct 2020 11:38:25 +0200 Message-Id: <1601631508-5307-1-git-send-email-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1601548239-2990-1-git-send-email-juraj.linkes@pantheon.tech> References: <1601548239-2990-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 v3 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 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. v3: Removed AARCH_GCC and AARCH_CLANG variables in favor of CC_FOR_BUILD. 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 | 6 +- .travis.yml | 18 ++ config/arm/arm64_armv8_linux_clang_ubuntu1804 | 20 ++ .../linux_gsg/cross_build_dpdk_for_arm64.rst | 183 +++++++++++++----- 4 files changed, 175 insertions(+), 52 deletions(-) create mode 100644 config/arm/arm64_armv8_linux_clang_ubuntu1804 -- 2.20.1