We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c9ae9 commit e8bc8a0Copy full SHA for e8bc8a0
Makefile.system
@@ -1087,8 +1087,9 @@ endif
1087
endif
1088
1089
1090
-ifeq ($(F_COMPILER), GFORTRAN)
+ifeq ($(F_COMPILER), $(filter $(F_COMPILER),GFORTRAN FLANGNEW))
1091
CCOMMON_OPT += -DF_INTERFACE_GFORT
1092
+ifeq ($(F_COMPILER), GFORTRAN)
1093
FCOMMON_OPT += -Wall
1094
# make single-threaded LAPACK calls thread-safe #1847
1095
FCOMMON_OPT += -frecursive
@@ -1102,6 +1103,7 @@ EXTRALIB += -lgfortran
1102
1103
1104
1105
1106
+endif
1107
ifdef NO_BINARY_MODE
1108
ifeq ($(ARCH), $(filter $(ARCH),mips64))
1109
ifdef BINARY64
0 commit comments