We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cd7b9 commit 7acf919Copy full SHA for 7acf919
1 file changed
kernel/Makefile
@@ -42,7 +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
+ override LDFLAGS += -lclang_rt_builtins-aarch64
46
endif
47
ifdef OS_WINDOWS
48
ifeq ($(C_COMPILER), CLANG)
0 commit comments