Browse Source

Fix Makefile.system for OpenXL.

tags/v0.3.25^2
Chip-Kerchner 2 years ago
parent
commit
a69367c43b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.system

+ 2
- 0
Makefile.system View File

@@ -1170,6 +1170,8 @@ CCOMMON_OPT += -DF_INTERFACE_IBM
FEXTRALIB += -lxlf90
ifeq ($(C_COMPILER), GCC)
FCOMMON_OPT += -qextname
else ifeq ($(C_COMPILER), CLANG)
FCOMMON_OPT += -qextname
endif
# FCOMMON_OPT += -qarch=440
ifdef BINARY64


Loading…
Cancel
Save