We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffce1c commit d49df4cCopy full SHA for d49df4c
kernel/Makefile
@@ -42,6 +42,7 @@ ifeq ($(TARGET_CORE), VORTEXM4)
42
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
43
else
44
45
+ override LFLAGS += -lclang_rt_builtins-aarch64
46
endif
47
ifdef OS_WINDOWS
48
ifeq ($(C_COMPILER), CLANG)
0 commit comments