Skip to content

Commit a69367c

Browse files
author
Chip-Kerchner
committed
Fix Makefile.system for OpenXL.
1 parent a92dc25 commit a69367c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.system

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,8 @@ CCOMMON_OPT += -DF_INTERFACE_IBM
11701170
FEXTRALIB += -lxlf90
11711171
ifeq ($(C_COMPILER), GCC)
11721172
FCOMMON_OPT += -qextname
1173+
else ifeq ($(C_COMPILER), CLANG)
1174+
FCOMMON_OPT += -qextname
11731175
endif
11741176
# FCOMMON_OPT += -qarch=440
11751177
ifdef BINARY64

0 commit comments

Comments
 (0)