From 1c7251ca20ff3c416831300ee22c30ed846ce302 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 2 Sep 2025 18:36:02 +0200 Subject: [PATCH] remove the -llto_library option for any osx fortran compiler --- Makefile.system | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.system b/Makefile.system index 3f1c48d23..b44cbf987 100644 --- a/Makefile.system +++ b/Makefile.system @@ -442,11 +442,9 @@ CCOMMON_OPT += -Wl,-ld_classic FCOMMON_OPT += -Wl,-ld_classic endif ifeq (x$(XCVER), x 16) -ifeq ($(F_COMPILER), GFORTRAN) override CEXTRALIB := $(filter-out(-lto_library, $(CEXTRALIB))) endif endif -endif ifneq (,$(findstring $(OSNAME), FreeBSD OpenBSD DragonFly)) MD5SUM = md5 -r