From: John Gilmore Date: Fri, 7 Feb 1992 15:55:35 +0000 (+0000) Subject: * configure.in: Ultrix is only a decstation if it's a MIPS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b2cf8e86563c16942c7224a6beec0d1336b4c45;p=binutils-gdb.git * configure.in: Ultrix is only a decstation if it's a MIPS. --- diff --git a/configure.in b/configure.in index 7fc6b4819e8..f42b5a8cd7e 100644 --- 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