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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A26AC25B76 for ; Sat, 8 Jun 2024 12:45:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gpi7F8qsL1UqTznoXKClYK62XEL0WdqsSN2oR+hl+mw=; b=qLRbv5m4g5HHXf +RMeqJaSJbElpIonNMcOx2r/ypS5T8MXl95Xxe3INqKO73Q+GJMfvbc6zQSGUB6nZPc6ZPZv++biB QmPCO4w8BHEbkUkeEWwRgE0nrGde73412IWnywtDzp0uOu760cLUotn07jJ31hSD9O0FB4eMlM/ri IwE0GVVtJXMtLart7m12FPFv42KYgvr9f5HzFgF0KRFvnYU75LJcH+gBrI8ksgB1JVpQcXcGZmz0m TfYgG5A830N/4nlR/jrBos1rrbBhwC2f0Ladu8S+R1jIEUt99rkJSTCOiIF/+bISWGacM1Jogj4AP u+iEsooUFP8JMDEtvFjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sFvRc-0000000HSyT-2awB; Sat, 08 Jun 2024 12:45:16 +0000 Received: from hop.stappers.nl ([141.105.120.46]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sFvRZ-0000000HSk3-3aWN for linux-arm-kernel@lists.infradead.org; Sat, 08 Jun 2024 12:45:15 +0000 Received: from gpm.stappers.nl (gpm.stappers.nl [82.168.249.201]) by hop.stappers.nl (Postfix) with ESMTP id F2B2D20219; Sat, 8 Jun 2024 12:43:01 +0000 (UTC) Received: by gpm.stappers.nl (Postfix, from userid 1000) id 47AF730417C; Sat, 8 Jun 2024 14:43:00 +0200 (CEST) Date: Sat, 8 Jun 2024 14:42:59 +0200 From: Geert Stappers To: Christian Schrefl Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, rust-for-linux@vger.kernel.org, Miguel Ojeda , Jamie Cunliffe , Sven Van Asbroeck Subject: Re: [PATCH 1/1] arm: rust: Enable Rust support for ARMv7 Message-ID: References: <4e0f5932-c7bc-4878-862c-1186cbecd71d@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <4e0f5932-c7bc-4878-862c-1186cbecd71d@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240608_054514_052338_B79000BA X-CRM114-Status: UNSURE ( 8.24 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Sat, Jun 08, 2024 at 12:30:12AM +0200, Christian Schrefl wrote: > --- a/rust/Makefile > +++ b/rust/Makefile > @@ -286,7 +286,8 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \ > > # Derived from `scripts/Makefile.clang`. > BINDGEN_TARGET_x86 := x86_64-linux-gnu > -BINDGEN_TARGET_arm64 := aarch64-linux-gnu > +BINDGEN_TARGET_arm64:= aarch64-linux-gnu That white space change is probably accidently. > +BINDGEN_TARGET_arm := arm-linux-gnueabi > BINDGEN_TARGET := $(BINDGEN_TARGET_$(SRCARCH)) > > # All warnings are inhibited since GCC builds are very experimental, Groeten Geert Stappers -- Silence is hard to parse _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel