diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 15:47:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 15:47:28 +0000 |
commit | 30ffb593f81ebf09e891b09d87123dfd42b7fc98 (patch) | |
tree | fbeed6ca4adce75b708986b358a0f2b5e4181e0d /gdb/configure.in | |
parent | fd382d28efa1f6177d3237c79c4071e02bf77882 (diff) | |
download | gdb-30ffb593f81ebf09e891b09d87123dfd42b7fc98.zip gdb-30ffb593f81ebf09e891b09d87123dfd42b7fc98.tar.gz gdb-30ffb593f81ebf09e891b09d87123dfd42b7fc98.tar.bz2 |
* config/i386/linux.mh: Don't use \ newline; the awk scripts don't
support it.
* config/i386/go32.mh: Define SER_HARDWIRE.
* Makefile.in: Define SER_HARDWIRE.
(DEPFILES): Use it.
(alldeps.mak): Add SER_HARDWIRE.
Remove all references to ser-hardwire.{c,o}.
* configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f414c09..a98c5e4 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -1,7 +1,6 @@ configdirs="doc testsuite" srcname="GDB" srctrigger=main.c -gdb_serial_driver=ser-unix.c # per-host: @@ -37,9 +36,7 @@ i[34]86-ncr-*) gdb_host=ncr3000 ;; i[34]86-sequent-*) gdb_host=symmetry ;; i[34]86-*-bsd*) gdb_host=i386bsd ;; -i[34]86-*-go32) gdb_host=go32 - gdb_serial_driver=ser-go32.c - ;; +i[34]86-*-go32) gdb_host=go32 ;; i[34]86-*-linux) gdb_host=linux ;; i[34]86-*-mach) gdb_host=i386mach ;; i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;; @@ -275,7 +272,6 @@ target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt files= links= rm -f xm.h -rm -f ser-hardwire.c if [ "${hostfile}" != "" ]; then if [ -f ${srcdir}/config/${hostfile} ]; then files="${files} config/${hostfile}" @@ -283,9 +279,6 @@ if [ "${hostfile}" != "" ]; then files="${files} config/${gdb_host_cpu}/${hostfile}" fi links="${links} xm.h" - - files="${files} ${gdb_serial_driver}" - links="${links} ser-hardwire.c" fi rm -f tm.h if [ "${targetfile}" != "" ]; then |