Add ld_classic also to fortran flags when doing M1 xcode15 builds
This commit is contained in:
parent
43e065e8a3
commit
084561b11c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue