Skip to content

Commit

Permalink
Force -qextname for trailing underscore generation when IBM xlf is us…
Browse files Browse the repository at this point in the history
…ed with gcc
  • Loading branch information
martin-frbg authored Sep 24, 2023
1 parent b926e70 commit bb47183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,10 @@ endif

ifeq ($(F_COMPILER), IBM)
CCOMMON_OPT += -DF_INTERFACE_IBM
FEXTRALIB += -lxlf90
ifeq ($(C_COMPILER), GCC)
FCOMMON_OPT += -qextname
endif
# FCOMMON_OPT += -qarch=440
ifdef BINARY64
FCOMMON_OPT += -q64
Expand Down

0 comments on commit bb47183

Please sign in to comment.