This commit is contained in:
Martin Kroeker
2026-01-15 00:03:24 +01:00
committed by GitHub
parent 93cd7b9238
commit 7acf919836

View File

@@ -42,7 +42,7 @@ ifeq ($(TARGET_CORE), VORTEXM4)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
else
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
override LFLAGS += -lclang_rt_builtins-aarch64
override LDFLAGS += -lclang_rt_builtins-aarch64
endif
ifdef OS_WINDOWS
ifeq ($(C_COMPILER), CLANG)