You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
207 B

--- 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@