Skip to content

Commit

Permalink
Add ld_classic also to fortran flags when doing M1 xcode15 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 18, 2023
1 parent 43e065e commit 084561b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 084561b

Please sign in to comment.