artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36cbe75
)
convert mips* to mips so that we find the correct files in config
author
graichen
<graichen@openbsd.org>
Sat, 12 Apr 1997 15:50:24 +0000
(15:50 +0000)
committer
graichen
<graichen@openbsd.org>
Sat, 12 Apr 1997 15:50:24 +0000
(15:50 +0000)
gnu/usr.bin/binutils/gdb/configure.host
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/binutils/gdb/configure.host
b/gnu/usr.bin/binutils/gdb/configure.host
index
bb7aa7c
..
5202945
100644
(file)
--- 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 ;;