summaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-08-20 21:32:18 +0000
committerJim Blandy <jimb@codesourcery.com>2002-08-20 21:32:18 +0000
commitc23354aa92a8647b77b67f3d9e7f0d51c5b6f97c (patch)
tree12963edb8e0a1f62551b9036daa225b7acbb5414 /gdb/gdbserver
parentc354f652ecdbfc9233862e893b2cb5501eb5de34 (diff)
downloadgdb-c23354aa92a8647b77b67f3d9e7f0d51c5b6f97c.tar.gz
* Makefile.in (LDFLAGS): Allow the configure script to establish a
default for this. * gdbserver/Makefile.in (LDFLAGS): Same.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index ae77ec90031..46168d61624 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -102,6 +102,7 @@ INTERNAL_CFLAGS = $(WARN_CFLAGS) ${CFLAGS} ${GLOBAL_CFLAGS} \
# LDFLAGS is specifically reserved for setting from the command line
# when running make.
+LDFLAGS = @LDFLAGS@
# Perhaps should come from parent Makefile
VERSION = gdbserver-4.12.3