We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a76797 commit 1145c75Copy full SHA for 1145c75
1 file changed
kernel/Makefile
@@ -38,12 +38,10 @@ ifeq ($(TARGET_CORE), VORTEXM4)
38
ifeq ($(C_COMPILER), GCC)
39
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -UHAVE_SME -march=armv8.4-a
40
else
41
- ifeq ($(APPLECLANG),1)
42
- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
43
- else
44
45
- override LDFLAGS += -lclang_rt_builtins-aarch64
46
- endif
+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
+# ifneq ($(APPLECLANG),1)
+# override LDFLAGS += -lclang_rt_builtins-aarch64
+# endif
47
ifdef OS_WINDOWS
48
ifeq ($(C_COMPILER), CLANG)
49
override CFLAGS += --aarch64-stack-hazard-size=0
0 commit comments