* Makefile.in (LDFLAGS): Allow the configure script to establish a

default for this.
* gdbserver/Makefile.in (LDFLAGS): Same.
This commit is contained in:
Jim Blandy 2002-08-20 21:32:18 +00:00
parent e86ae29ff5
commit 697f7479bb
3 changed files with 8 additions and 0 deletions

View 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

View 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

View 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