* infrun.c (wait_for_inferior): Don't test for SIGEMT
[deliverable/binutils-gdb.git] / gdb / configure.in
index ace1ba07203e52d1cfc3e73dc788808feadb7bcb..b53ee7769a8b150474cfd94f3eaef3c4d7bc4725 100644 (file)
@@ -108,6 +108,7 @@ i386)
                sysv*)  gdb_host=i386v ;;
                scosysv*) gdb_host=i386sco ;;
                mach)   gdb_host=i386mach ;;
+               linux)  gdb_host=linux ;;
                esac
                ;;
        esac
@@ -316,6 +317,7 @@ i386)
                mach)   gdb_target=i386mach ;;
                coff)   gdb_target=i386v ;;
                aout)   gdb_target=i386aout ;;
+               linux)  gdb_target=linux ;;
                esac
        esac
        ;;
This page took 0.022759 seconds and 4 git commands to generate.