From e8f8e093fdb141151c52f38d41002cdcf328a8f0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 2 Jul 1993 21:27:13 +0000 Subject: [PATCH] cvs core dumped and didn't check this in last time. * configure.in (mipos-*-riscos*): New host and target; use riscos. --- gdb/configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/configure.in b/gdb/configure.in index bfbce462344..945cc5c5d9b 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -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 -- 2.30.2