diff --git a/.github/workflows/apple_m.yml b/.github/workflows/apple_m.yml index 56d46cf0c..b6f13570c 100644 --- a/.github/workflows/apple_m.yml +++ b/.github/workflows/apple_m.yml @@ -44,7 +44,7 @@ jobs: elif [ "$RUNNER_OS" == "macOS" ]; then # It looks like "gfortran" isn't working correctly unless "gcc" is re-installed. brew reinstall gcc - brew install coreutils cmake ccache + brew install coreutils ccache brew install llvm else echo "::error::$RUNNER_OS not supported" diff --git a/.github/workflows/dynamic_arch.yml b/.github/workflows/dynamic_arch.yml index 950ab08ea..131966fbb 100644 --- a/.github/workflows/dynamic_arch.yml +++ b/.github/workflows/dynamic_arch.yml @@ -49,7 +49,7 @@ jobs: elif [ "$RUNNER_OS" == "macOS" ]; then # It looks like "gfortran" isn't working correctly unless "gcc" is re-installed. brew reinstall gcc - brew install coreutils cmake ccache + brew install coreutils ccache else echo "::error::$RUNNER_OS not supported" exit 1 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