diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83d482bfd2..26ee8f7304 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 b7f7a1be6f..e5275318b9 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 ;;