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.
This commit is contained in:
Francois-Xavier Coudert 2023-12-18 16:17:22 +01:00
parent d0603dfe9d
commit d31c54c7da

View File

@ -5,4 +5,4 @@
#
%rename lib liborig
*lib: @LIBQUADSPEC@ @LIBM@ %(libgcc) %(liborig)
*lib: @LIBQUADSPEC@ @LIBM@ %(liborig)