Skip to content

Commit

Permalink
Fix GCC11 check for A64FX target
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Jul 29, 2024
1 parent 6d071f1 commit 54ce33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54ce33e

Please sign in to comment.