[PATCH 1/1] arm: rust: Enable Rust support for ARMv7

Geert Stappers stappers at stappers.nl
Sat Jun 8 05:42:59 PDT 2024


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



More information about the linux-arm-kernel mailing list