mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
d31c54c7da
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.
9 lines
194 B
RPMSpec
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)
|