summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
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/Makefile.in
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/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index f079a8d3447..b039314e4f6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -346,6 +346,7 @@ INTERNAL_CFLAGS = $(INTERNAL_WARN_CFLAGS) $(GDB_WERROR_CFLAGS)
# LDFLAGS is specifically reserved for setting from the command line
# when running make.
+LDFLAGS = @LDFLAGS@
# Profiling options need to go here to work.
# I think it's perfectly reasonable for a user to set -pg in CFLAGS