Skip to content

Commit d3e4b41

Browse files
authored
remove cpu=apple-m4 as not required and less portable
1 parent 6735872 commit d3e4b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ ifeq ($(TARGET_CORE), VORTEXM4)
3939
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -UHAVE_SME -march=armv8.4-a
4040
else
4141
ifeq ($(APPLECLANG),1)
42-
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme -mcpu=apple-m4
42+
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
4343
else
44-
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a -mcpu=apple-m4
44+
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a
4545
endif
4646
ifdef OS_WINDOWS
4747
ifeq ($(C_COMPILER), CLANG)

0 commit comments

Comments
 (0)