Fix GCC11 check for A64FX target

This commit is contained in:
Chris Sidebottom 2024-07-29 15:28:59 +01:00
parent 6d071f1a1c
commit 54ce33e851
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ endif
ifeq ($(CORE), A64FX)
ifeq (1, $(filter 1,$(GCCVERSIONGTEQ10) $(ISCLANG)))
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ3) $(ISCLANG)))
ifeq (1, $(filter 1,$(GCCMINORVERSIONGTEQ3) $(GCCVERSIONGTEQ11) $(ISCLANG)))
CCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx
ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -march=armv8.2-a+sve -mtune=a64fx