* configure.host: Remove extra bogus Linux case.

This commit is contained in:
Stan Shebs 1997-03-23 20:50:09 +00:00
parent 4d400231d9
commit 94626fd155
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Mar 23 12:47:13 1997 Stan Shebs <shebs@andros.cygnus.com>
* configure.host: Remove extra bogus Linux case.
Sat Mar 22 16:41:35 1997 Fred Fish <fnf@cygnus.com>
* remote-sim.c (simulator_command): Add comment about dealing with

View File

@ -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 ;;