Skip to content

Commit b23cb05

Browse files
authored
Fix twisted spelling that broke the gfortran version test again
1 parent ab7f466 commit b23cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ifeq ($(F_COMPILER), GFORTRAN)
9090
GCCVERSIONGTEQ4 := $(shell expr `$(FC) -dumpversion | cut -f1 -d.` \>= 4)
9191
GCCVERSIONGTEQ5 := $(shell expr `$(FC) -dumpversion | cut -f1 -d.` \>= 5)
9292
GCCMINORVERSIONGTEQ7 := $(shell expr `$(FC) -dumpversion | cut -f2 -d.` \>= 7)
93-
GCCVERSIONCHECK := $(GCCVERSIONGTEQ5)$(GCCVERSIONGTEQ4)$(GCCVERSIONMINORGTEQ7)
93+
GCCVERSIONCHECK := $(GCCVERSIONGTEQ5)$(GCCVERSIONGTEQ4)$(GCCMINORVERSIONGTEQ7)
9494
ifeq ($(GCCVERSIONCHECK), $(filter $(GCCVERSIONCHECK), 011 110 111))
9595
FCOMMON_OPT += -mavx2
9696
endif

0 commit comments

Comments
 (0)