From 084561b11c4824a5e9bbaee79effe79811a207f8 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 18 Nov 2023 22:59:56 +0100 Subject: [PATCH] Add ld_classic also to fortran flags when doing M1 xcode15 builds --- Makefile.system | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.system b/Makefile.system index 1b84195e4..ff06e503c 100644 --- a/Makefile.system +++ b/Makefile.system @@ -407,6 +407,7 @@ XCVER = $(shell pkgutil --pkg-info=com.apple.pkg.CLTools_Executables |awk '/vers endif ifeq (x$(XCVER), x 15) CCOMMON_OPT += -Wl,-ld_classic +FCOMMON_OPT += -Wl,-ld_classic endif endif