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.
2 parents 17f2e94 + ccef6cc commit a51a1b8Copy full SHA for a51a1b8
Makefile.system
@@ -887,7 +887,7 @@ NO_BINARY_MODE = 1
887
BINARY_DEFINED = 1
888
ifdef INTERFACE64
889
ifneq ($(INTERFACE64), 0)
890
-ifeq ($(F_COMPILER), GFORTRAN)
+ifeq ($(F_COMPILER), $(filter $(F_COMPILER),GFORTRAN FLANGNEW))
891
FCOMMON_OPT += -fdefault-integer-8
892
endif
893
ifeq ($(F_COMPILER), FLANG)
@@ -902,7 +902,7 @@ NO_BINARY_MODE = 1
902
903
904
905
906
907
908
@@ -917,7 +917,7 @@ NO_BINARY_MODE = 1
917
918
919
920
921
922
923
0 commit comments