diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-23 19:46:03 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-23 19:46:03 +0000 |
commit | a65650793674ee2f9bec154d6165fb50e17fd7ad (patch) | |
tree | 4da96f415dd37fab8b59022adfc11789c2eca92a /gdb/configure.in | |
parent | 3d7de4c290544ff00dc34cbff3400b988f0b0de6 (diff) | |
download | gdb-a65650793674ee2f9bec154d6165fb50e17fd7ad.zip gdb-a65650793674ee2f9bec154d6165fb50e17fd7ad.tar.gz gdb-a65650793674ee2f9bec154d6165fb50e17fd7ad.tar.bz2 |
Write ChangeLog entry for sef changes.
Remove dbxread.c change; I handle this in BFD by making the name start
with "a.out".
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 2c9a033..1a69633 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -40,7 +40,7 @@ i[34]86-sequent-sysv*) gdb_host=ptx ;; i[34]86-*-aix*) gdb_host=i386aix ;; i[34]86-*-bsd*) gdb_host=i386bsd ;; -i[34]86-*-netbsd) gdb_host=i386bsd ;; +i[34]86-*-netbsd*) gdb_host=i386bsd ;; i[34]86-*-go32) gdb_host=go32 ;; i[34]86-*-linux) gdb_host=linux ;; i[34]86-*-lynx*) gdb_host=i386lynx ;; @@ -178,7 +178,7 @@ i[34]86-*-elf) gdb_target=i386v ;; i[34]86-*-aix*) gdb_target=i386aix ;; i[34]86-*-bsd*) gdb_target=i386bsd ;; -i[34]86-*-netbsd) gdb_target=i386bsd ;; +i[34]86-*-netbsd*) gdb_target=i386bsd ;; i[34]86-*-go32) gdb_target=i386aout ;; i[34]86-*-lynx*) gdb_target=i386lynx configdirs="${configdirs} gdbserver" |