Skip to content

Commit 1145c75

Browse files
authored
Comment out the libclang_rt.builtins kludge in preparation for removal
1 parent 8a76797 commit 1145c75

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

kernel/Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ ifeq ($(TARGET_CORE), VORTEXM4)
3838
ifeq ($(C_COMPILER), GCC)
3939
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -UHAVE_SME -march=armv8.4-a
4040
else
41-
ifeq ($(APPLECLANG),1)
42-
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
43-
else
44-
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
45-
override LDFLAGS += -lclang_rt_builtins-aarch64
46-
endif
41+
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
42+
# ifneq ($(APPLECLANG),1)
43+
# override LDFLAGS += -lclang_rt_builtins-aarch64
44+
# endif
4745
ifdef OS_WINDOWS
4846
ifeq ($(C_COMPILER), CLANG)
4947
override CFLAGS += --aarch64-stack-hazard-size=0

0 commit comments

Comments
 (0)