We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed642e commit bcaa01fCopy full SHA for bcaa01f
arch/arm64/Makefile
@@ -48,7 +48,11 @@ KBUILD_CFLAGS += $(CC_FLAGS_NO_FPU) \
48
KBUILD_CFLAGS += $(call cc-disable-warning, psabi)
49
KBUILD_AFLAGS += $(compat_vdso)
50
51
+ifeq ($(call test-ge, $(CONFIG_RUSTC_VERSION), 108500),y)
52
+KBUILD_RUSTFLAGS += --target=aarch64-unknown-none-softfloat
53
+else
54
KBUILD_RUSTFLAGS += --target=aarch64-unknown-none -Ctarget-feature="-neon"
55
+endif
56
57
KBUILD_CFLAGS += $(call cc-option,-mabi=lp64)
58
KBUILD_AFLAGS += $(call cc-option,-mabi=lp64)
0 commit comments