mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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:
parent
d0603dfe9d
commit
d31c54c7da
@ -5,4 +5,4 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%rename lib liborig
|
%rename lib liborig
|
||||||
*lib: @LIBQUADSPEC@ @LIBM@ %(libgcc) %(liborig)
|
*lib: @LIBQUADSPEC@ @LIBM@ %(liborig)
|
||||||
|
Loading…
Reference in New Issue
Block a user