cvs core dumped and didn't check this in last time.
authorIan Lance Taylor <ian@airs.com>
Fri, 2 Jul 1993 21:27:13 +0000 (21:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 2 Jul 1993 21:27:13 +0000 (21:27 +0000)
* configure.in (mipos-*-riscos*): New host and target; use riscos.

gdb/configure.in

index bfbce462344f58c1dce7c18bed6471937022611a..945cc5c5d9bacdcfb3aebc1534e47cafe7ab6bc1 100644 (file)
@@ -78,6 +78,7 @@ mips-sgi-irix3)               gdb_host=irix3 ;;
 mips-sgi-irix4*)       gdb_host=irix4 ;;
 mips-sony-*)           gdb_host=news-mips ;;
 mips-*-sysv*)          gdb_host=riscos ;;
+mips-*-riscos*)                gdb_host=riscos ;;
 
 none-*-*)              gdb_host=none ;;
 
@@ -233,6 +234,7 @@ mips-little-*)              gdb_target=littlemips ;;
 mips-sgi-*)            gdb_target=irix3 ;;
 mips-sony-*)           gdb_target=bigmips ;;
 mips-*-sysv*)          gdb_target=bigmips ;;
+mips-*-riscos*)                gdb_target=bigmips ;;
 
 none-*-*)              gdb_target=none ;;
 
@@ -329,7 +331,7 @@ case ${srcdir} in
   .)
     ;;
   *)
-    grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
+    grep "source ${srcdir}/.gdbinit" .gdbinit >/dev/null 2>/dev/null || \
       echo "source ${srcdir}/.gdbinit" >> .gdbinit
 esac