Skip to content

Commit 1b591ea

Browse files
authored
export HAVE_SME setting and exclude VortexM4 from DYNAMIC_ARCH if gcc-compiled
1 parent f4ee3ae commit 1b591ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile.system

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ HAVE_SSE5=
331331
HAVE_AVX=
332332
HAVE_AVX2=
333333
HAVE_FMA3=
334+
HAVE_SME=
334335
include $(TOPDIR)/Makefile_kernel.conf
335336
endif
336337

@@ -721,8 +722,10 @@ DYNAMIC_CORE += A64FX
721722
endif
722723
ifneq ($(NO_SME), 1)
723724
DYNAMIC_CORE += ARMV9SME
725+
ifneq ($(C_COMPILER), GCC)
724726
DYNAMIC_CORE += VORTEXM4
725727
endif
728+
endif
726729
DYNAMIC_CORE += THUNDERX
727730
DYNAMIC_CORE += THUNDERX2T99
728731
DYNAMIC_CORE += TSV110
@@ -1897,6 +1900,7 @@ ifndef NO_MSA
18971900
export HAVE_MSA
18981901
export MSA_FLAGS
18991902
endif
1903+
export HAVE_SME
19001904
export KERNELDIR
19011905
export FUNCTION_PROFILE
19021906
export TARGET_CORE

0 commit comments

Comments
 (0)