* Makefile.in (LDFLAGS): Allow the configure script to establish a
authorJim Blandy <jimb@codesourcery.com>
Tue, 20 Aug 2002 21:32:18 +0000 (21:32 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 20 Aug 2002 21:32:18 +0000 (21:32 +0000)
default for this.
* gdbserver/Makefile.in (LDFLAGS): Same.

gdb/ChangeLog
gdb/Makefile.in
gdb/gdbserver/Makefile.in

index a5163ab78e092b8033ac53d1858d9275d0fff121..c8ec5237b2b345aa4d7ca193b914fbc840da4226 100644 (file)
@@ -1,3 +1,9 @@
+2002-08-20  Jim Blandy  <jimb@redhat.com>
+
+       * Makefile.in (LDFLAGS): Allow the configure script to establish a
+       default for this.
+       * gdbserver/Makefile.in (LDFLAGS): Same.
+
 2002-08-20  Keith Seitz  <keiths@redhat.com>
 
        * breakpoints.c (watch_command_1): Use internal breakpoint
index f079a8d3447910ee2683f26e985b8373c65372bd..b039314e4f6aed1ce48b676879d5560706fb6069 100644 (file)
@@ -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
index ae77ec900318dc06094474dbb9e7c023a92a0dc8..46168d616240fc4f4b30ca38b63169d2accab7d2 100644 (file)
@@ -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
This page took 0.03216 seconds and 4 git commands to generate.