summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-04-12 15:50:25 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-04-12 15:50:25 +0000
commit6cffe7a25269169ee1ed8c070e2538406da50617 (patch)
treeab38034e9b32f56cbb3ac93a79943d3134632c82 /gnu
parent691a3754f0cafdf72b9ce89a2db33ed9ce823414 (diff)
convert mips* to mips so that we find the correct files in config
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/configure.host1
1 files changed, 1 insertions, 0 deletions
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 ;;