Restore INTERFACE64 for arm64

This commit is contained in:
Martin Kroeker 2020-03-10 12:51:07 +01:00 committed by GitHub
parent 9c22170f52
commit 3f7f7ab7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -635,6 +635,16 @@ endif
ifeq ($(ARCH), arm64) ifeq ($(ARCH), arm64)
NO_BINARY_MODE = 1 NO_BINARY_MODE = 1
BINARY_DEFINED = 1 BINARY_DEFINED = 1
ifdef INTERFACE64
ifneq ($(INTERFACE64), 0)
ifeq ($(F_COMPILER), GFORTRAN)
FCOMMON_OPT += -fdefault-integer-8
endif
ifeq ($(F_COMPILER), FLANG)
FCOMMON_OPT += -i8
endif
endif
endif
endif endif