* configure.host: Remove extra bogus Linux case.
authorStan Shebs <shebs@codesourcery.com>
Sun, 23 Mar 1997 20:50:09 +0000 (20:50 +0000)
committerStan Shebs <shebs@codesourcery.com>
Sun, 23 Mar 1997 20:50:09 +0000 (20:50 +0000)
gdb/ChangeLog
gdb/configure.host

index 83d482bfd2d846edb4284026121ae0c0d85e1f8b..26ee8f7304d7383d89bf24f7fc4cc63bb0ffdb42 100644 (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
index b7f7a1be6fe514220d632c6298d37a64f54b91ce..e5275318b9785a2515665147972be54a8856040b 100644 (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 ;;
This page took 0.025908 seconds and 4 git commands to generate.