gcc/libgfortran/libgfortran.spec.in
Francois-Xavier Coudert d31c54c7da 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.
2023-12-19 22:10:55 +01:00

9 lines
194 B
RPMSpec

#
# This spec file is read by gfortran when linking.
# It is used to specify the libraries we need to link in, in the right
# order.
#
%rename lib liborig
*lib: @LIBQUADSPEC@ @LIBM@ %(liborig)