projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c556c42
)
* configure.in: Ultrix is only a decstation if it's a MIPS.
author
John Gilmore
<gnu@cygnus>
Fri, 7 Feb 1992 15:55:35 +0000
(15:55 +0000)
committer
John Gilmore
<gnu@cygnus>
Fri, 7 Feb 1992 15:55:35 +0000
(15:55 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7fc6b4819e8b7c64c684a48cde54b7da4ecca219..f42b5a8cd7e5227774f89cc0c2a6736cfb050e88 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-15,7
+15,10
@@
case "${host_os}" in
m88kbcs) host_makefile_frag=config/mh-delta88;;
sysv4*) host_makefile_frag=config/mh-sysv4 ;;
sysv* | irix*) host_makefile_frag=config/mh-sysv ;;
-ultrix) host_makefile_frag=config/mh-decstation ;;
+ultrix*)
+ case "${host_cpu}" in
+ mips) host_makefile_frag=config/mh-decstation ;;
+ esac
esac
case "${host_vendor}" in