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=-12.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 C1EB8C433E4 for ; Thu, 23 Jul 2020 10:11:54 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8EB922065F for ; Thu, 23 Jul 2020 10:11:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="k9trp6VW"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="LYQ1TlTy" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8EB922065F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=q4roSJvtsxN55pc3zlxYhRoDp9shzGdI4DPDBQ9lTmI=; b=k9trp6VW/rdAqDhtmakABXUpf cu7m+KYapiJHjSClncS/Gfo9TEspb4mxNGEV0tjmQvdiBd3ZX/LDvr1c3a76d1d/Eo5rT85Gf5gT+ e0Giy6l1RzXc6Utu+h4wriVXbLWvWtQ4EmBC3HXfOhcznUuje6+gLQCHNmoeZzrEEtDlIwNHeM4Ko 9GWUZCM6n1fdGkct5oLYHICLxJqzfclWboHVC/4ysgwuZLA5hCpMxjG2HTE/2C44NKNmkBHUFz39j +9+AEYTKNyjhPXaa8GU/rszE+Jbn2+LA22RiLhZiPYpLTsmVTSVW2+BM2a75xFtCfG6NIZ6abH8Ru rvyZxhrYA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyYBW-0004Wu-Ky; Thu, 23 Jul 2020 10:10:42 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jyYBU-0004W3-AV for linux-arm-kernel@lists.infradead.org; Thu, 23 Jul 2020 10:10:41 +0000 Received: from localhost.localdomain (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2CA7F2065F; Thu, 23 Jul 2020 10:10:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595499039; bh=a1WzAHo+biXl5w0NzqYWMIoRKb3m/CzdIfGSUqtwS4g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LYQ1TlTy2848u2ByB+eOiTJCsGRtnrKiUhSRnTK2xDcxH/9SxffbLXLVxn33hsY+T qOKEk9rKsZJ3Kk51Hr/L5xopzCnkS7tW/EYWwNBqbeGOJ0qKU+EfdbCIO2p8Y5NfLb 1Ex5KAiIvy3lNBbuppwt4SR7H21PUpZUWsjgBXIc= From: Will Deacon To: Catalin Marinas , Nathan Chancellor Subject: Re: [PATCH] arm64: vdso32: Fix '--prefix=' value for newer versions of clang Date: Thu, 23 Jul 2020 11:10:31 +0100 Message-Id: <159549825312.3524506.8970900568207744647.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200723041509.400450-1-natechancellor@gmail.com> References: <20200723041509.400450-1-natechancellor@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200723_061040_431075_03C668B6 X-CRM114-Status: UNSURE ( 9.28 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel-team@android.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, clang-built-linux@googlegroups.com, Will Deacon , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 22 Jul 2020 21:15:10 -0700, Nathan Chancellor wrote: > Newer versions of clang only look for $(COMPAT_GCC_TOOLCHAIN_DIR)as [1], > rather than $(COMPAT_GCC_TOOLCHAIN_DIR)$(CROSS_COMPILE_COMPAT)as, > resulting in the following build error: > > $ make -skj"$(nproc)" ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \ > CROSS_COMPILE_COMPAT=arm-linux-gnueabi- LLVM=1 O=out/aarch64 distclean \ > defconfig arch/arm64/kernel/vdso32/ > ... > /home/nathan/cbl/toolchains/llvm-binutils/bin/as: unrecognized option '-EL' > clang-12: error: assembler command failed with exit code 1 (use -v to see invocation) > make[3]: *** [arch/arm64/kernel/vdso32/Makefile:181: arch/arm64/kernel/vdso32/note.o] Error 1 > ... > > [...] Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: vdso32: Fix '--prefix=' value for newer versions of clang https://git.kernel.org/arm64/c/7b7891c7bdfd Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel