* configure.in, configure.tgt, configure.host, gdbserver/configure.in:
authorMark Alexander <marka@cygnus>
Thu, 24 Oct 1996 18:52:16 +0000 (18:52 +0000)
committerMark Alexander <marka@cygnus>
Thu, 24 Oct 1996 18:52:16 +0000 (18:52 +0000)
Correct for pc-linux-gnu problem in config.guess.

gdb/gdbserver/configure.in

index 5acd6422b46aa37c207ca003e239697a3139275e..2a8ce158ab199de2b4c92209bad0c3272865b1bd 100644 (file)
@@ -50,6 +50,7 @@ i[3456]86-*-go32)     gdb_host=go32
                        gdb_serial_driver=ser-go32.c
                        ;;
 i[3456]86-*-linux*)    gdb_host=linux ;;
+i[3456]86-pc-linux-gnu)        gdb_host=linux ;;
 i[3456]86-*-mach)      gdb_host=i386mach ;;
 i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
 i[3456]86-*-sco*)      gdb_host=i386sco ;;