gentoo-ebuilds/app-emulation/coldfire/files/coldfire-0.3.1-ld.patch
Sergei Trofimovich 7e0dc4bbbd
app-emulation/coldfire: tweak for gcc-10
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/706942
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-11-07 19:14:43 +00:00

11 lines
207 B
Diff

--- a/Makefile.rules.in
+++ b/Makefile.rules.in
@@ -1,7 +1,7 @@
CC = @CC@
CFLAGS = -Wall @CPPFLAGS@ @CFLAGS@ -I$(TOPSRCDIR)
LIBS = @LIBS@
-LD_R = ld -r
+LD_R = $(LD) -r
RM = rm -f
LDFLAGS = @LDFLAGS@