File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,14 @@ endif
2727
2828ifdef TARGET_CORE
2929ifeq ($(TARGET_CORE ) , ARMV9SME)
30- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -DHAVE_SME - march=armv9-a+sve2+sme
30+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv9-a+sve2+sme
3131endif
3232ifeq ($(TARGET_CORE ) , VORTEXM4)
33- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -DHAVE_SME -march=armv8.4-a+sme
33+ ifeq ($(C_COMPILER), GCC)
34+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -UHAVE_SME -march=armv8.4-a
35+ else
36+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
37+ endif
3438endif
3539ifeq ($(TARGET_CORE ) , SAPPHIRERAPIDS)
3640 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE )
You can’t perform that action at this time.
0 commit comments