Restore setting of SER_HARDWIRE. Lost during rs6000 merge.

This commit is contained in:
Andrew Cagney 2000-07-01 05:49:13 +00:00
parent 0bdaf48bac
commit 45f9696ab6
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Sat Jul 1 15:40:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (SER_HARDWIRE): Restore code to set it by configure.
2000-06-26 Kevin Buettner <kevinb@redhat.com>
* copying.awk: Eliminate use of PARAMS from this file.

View File

@ -1,5 +1,5 @@
# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
# 1998, 1999, 2000 Free Software Foundation, Inc.
# This file is part of GDB.
@ -342,7 +342,7 @@ RUNTESTFLAGS=
# part of libiberty) a POSIX interface. But at least for now the
# host-dependent makefile fragment might need to use something else
# besides ser-unix.o
SER_HARDWIRE = ser-unix.o ser-pipe.o
SER_HARDWIRE = @SER_HARDWIRE@
# The `remote' debugging target is supported for most architectures,
# but not all (e.g. 960)