From: graichen Date: Sat, 12 Apr 1997 15:50:24 +0000 (+0000) Subject: convert mips* to mips so that we find the correct files in config X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6ec03681f412a2306ec8ee7a237abff06c397f4c;p=openbsd convert mips* to mips so that we find the correct files in config --- diff --git a/gnu/usr.bin/binutils/gdb/configure.host b/gnu/usr.bin/binutils/gdb/configure.host index bb7aa7c89b4..52029454847 100644 --- a/gnu/usr.bin/binutils/gdb/configure.host +++ b/gnu/usr.bin/binutils/gdb/configure.host @@ -15,6 +15,7 @@ hppa*) gdb_host_cpu=pa ;; i[3456]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; +mips*) gdb_host_cpu=mips ;; np1) gdb_host_cpu=gould ;; pyramid) gdb_host_cpu=pyr ;; powerpc*) gdb_host_cpu=powerpc ;;