Browse Source

remove the -llto_library option for any osx fortran compiler

pull/5436/head
Martin Kroeker GitHub 4 weeks ago
parent
commit
1c7251ca20
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      Makefile.system

+ 0
- 2
Makefile.system View File

@@ -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


Loading…
Cancel
Save