From: Stan Shebs Date: Sun, 23 Mar 1997 20:50:09 +0000 (+0000) Subject: * configure.host: Remove extra bogus Linux case. X-Git-Tag: gdb-4_18~6044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94626fd15574c8643e4f7f1b1ce4d51b075f950f;p=external%2Fbinutils.git * configure.host: Remove extra bogus Linux case. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83d482b..26ee8f7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 23 12:47:13 1997 Stan Shebs + + * configure.host: Remove extra bogus Linux case. + Sat Mar 22 16:41:35 1997 Fred Fish * remote-sim.c (simulator_command): Add comment about dealing with diff --git a/gdb/configure.host b/gdb/configure.host index b7f7a1b..e527531 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -59,7 +59,6 @@ i[3456]86-*-mach3*) gdb_host=i386m3 ;; i[3456]86-*-mach*) gdb_host=i386mach ;; i[3456]86-*-gnu*) gdb_host=i386gnu ;; i[3456]86-*-osf1mk*) gdb_host=osf1mk ;; -i[3456]86-*-pc-linux-gnu) gdb_host=linux ;; i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;; i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;; i[3456]86-*-sco*) gdb_host=i386sco ;;