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 da82ee4 commit 7e2c6ebCopy full SHA for 7e2c6eb
Makefile.system
@@ -827,13 +827,32 @@ endif
827
ifeq ($(ARCH), riscv64)
828
NO_BINARY_MODE = 1
829
BINARY_DEFINED = 1
830
+ifdef INTERFACE64
831
+ifneq ($(INTERFACE64), 0)
832
+ifeq ($(F_COMPILER), GFORTRAN)
833
+FCOMMON_OPT += -fdefault-integer-8
834
+endif
835
+ifeq ($(F_COMPILER), FLANG)
836
+FCOMMON_OPT += -i8
837
838
839
840
endif
841
842
ifeq ($(ARCH), loongarch64)
843
844
845
846
847
848
849
850
851
852
853
854
855
-
856
857
#
858
# C Compiler dependent settings
0 commit comments