Skip to content

Commit 7acf919

Browse files
authored
typo
1 parent 93cd7b9 commit 7acf919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ifeq ($(TARGET_CORE), VORTEXM4)
4242
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
4343
else
4444
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
45-
override LFLAGS += -lclang_rt_builtins-aarch64
45+
override LDFLAGS += -lclang_rt_builtins-aarch64
4646
endif
4747
ifdef OS_WINDOWS
4848
ifeq ($(C_COMPILER), CLANG)

0 commit comments

Comments
 (0)