aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nlm')
-rw-r--r--gdb/nlm/Makefile.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/gdb/nlm/Makefile.in b/gdb/nlm/Makefile.in
index a99e8a2..d89b88c 100644
--- a/gdb/nlm/Makefile.in
+++ b/gdb/nlm/Makefile.in
@@ -73,17 +73,6 @@ NLMCONV_FOR_TARGET = ` \
fi; \
fi`
-LD_FOR_TARGET = ` \
- if [ -f ../../ld/ld.new ] ; then \
- echo ../../ld/ld.new; \
- else \
- if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
- echo $(LD); \
- else \
- t='$(program_transform_name)'; echo ld | sed -e '' $$t; \
- fi; \
- fi`
-
AR = ar
AR_FLAGS = qv
RANLIB = ranlib
@@ -193,7 +182,7 @@ gdbserve.nlm: gdbserve.O $(srcdir)/gdbserve.def
${NLMCONV_FOR_TARGET} -T $(srcdir)/gdbserve.def
gdbserve.O: prelude.o gdbserve.o $(TDEPFILES)
- ${LD_FOR_TARGET} $(LDFLAGS) -r -o gdbserve.O prelude.o gdbserve.o ${TDEPFILES}
+ ${CC_FOR_TARGET} $(LDFLAGS) -r -o gdbserve.O prelude.o gdbserve.o ${TDEPFILES}
config.status:
@echo "You must configure gdbserver. Look at the README file for details."