From 3cbc2396a0d55114d46a43ea1fba748edbacab71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Mon, 11 Jan 2021 17:07:08 +0100 Subject: [PATCH] macOS package: fix compilation of x13as on macOS 11 (Big Sur) --- macOS/deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS/deps/Makefile b/macOS/deps/Makefile index 277186f0d..c1cb2d12e 100644 --- a/macOS/deps/Makefile +++ b/macOS/deps/Makefile @@ -144,7 +144,7 @@ sources64/x13as-$(X13AS_VERSION): tarballs/x13assrc_V$(X13AS_VERSION).tar.gz lib64/x13as/x13as: sources64/x13as-$(X13AS_VERSION) cd $< && sed -i '' 's/-static//g' makefile.gf - make -C $< -f makefile.gf FC=gfortran LINKER=ld FFLAGS="-O2 -std=legacy" LDFLAGS="-macosx_version_min 10.14.0 -lSystem $(shell gfortran -print-file-name=libgfortran.a) $(shell gfortran -print-file-name=libquadmath.a) $(shell gfortran -print-libgcc-file-name) $(shell gfortran -print-file-name=libgcc_eh.a)" PROGRAM=x13as + make -C $< -f makefile.gf FC=gfortran LINKER=gfortran FFLAGS="-O2 -std=legacy" PROGRAM=x13as strip $