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 f0008f5 commit 1ed962dCopy full SHA for 1ed962d
Makefile.system
@@ -435,6 +435,15 @@ ifeq (x$(XCVER), x 15)
435
CCOMMON_OPT += -Wl,-ld_classic
436
FCOMMON_OPT += -Wl,-ld_classic
437
endif
438
+ifeq (x$(XCVER), x 16)
439
+ifeq ($(C_COMPILER), GCC)
440
+CCOMMON_OPT += -Wl,-ld_classic
441
+FCOMMON_OPT += -Wl,-ld_classic
442
+endif
443
+ifeq ($(F_COMPILER), GFORTRAN)
444
+override CEXTRALIB := $(filter-out(-lto_library, $(CEXTRALIB)))
445
446
447
448
449
ifneq (,$(findstring $(OSNAME), FreeBSD OpenBSD DragonFly))
0 commit comments