aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-12-18 16:17:22 +0100
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2023-12-19 22:10:55 +0100
commitd31c54c7da7661a964de59765fa8e7938796cc86 (patch)
tree4670ad7141cf21b1f3f229cdedeb7db802ed94b5 /libgfortran
parentd0603dfe9d3bc7e1bede8a80f8f2309885636cc7 (diff)
libgfortran: avoid duplicate libraries in spec
The linking of libgcc is already present in %(liborig), so the current situation duplicates libraries. This was not an issue until macOS's new linker started giving warnings for such cases. libgfortran/ChangeLog: PR libfortran/110651 * libgfortran.spec.in: Remove duplicate libraries.
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/libgfortran.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/libgfortran.spec.in b/libgfortran/libgfortran.spec.in
index 367d485c230..058ee5775bf 100644
--- a/libgfortran/libgfortran.spec.in
+++ b/libgfortran/libgfortran.spec.in
@@ -5,4 +5,4 @@
#
%rename lib liborig
-*lib: @LIBQUADSPEC@ @LIBM@ %(libgcc) %(liborig)
+*lib: @LIBQUADSPEC@ @LIBM@ %(liborig)