diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-12 21:14:26 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-12 21:14:26 +0000 |
commit | e718498b08e7e649251fdf3c55d6fee9d7bc8a7c (patch) | |
tree | 1d1282e949aeb3bf85dac4d76b6efbdd0565954b /configure.in | |
parent | 95171817bac590f01d71ac7a02b964c315c23025 (diff) | |
download | binutils-gdb-e718498b08e7e649251fdf3c55d6fee9d7bc8a7c.tar.gz |
recognize mips*- instead of mips-
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 08d8104ffcf..1a616827799 100644 --- a/configure.in +++ b/configure.in @@ -30,9 +30,9 @@ host_libs="mmalloc libiberty opcodes bfd readline glob gash tcl tk tclX" # host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim - m4 autoconf ispell grep diff rcs cvs dosutils fileutils shellutils + m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent - recode release" + recode release sed utils" # these libraries are built for the target environment, and are built after @@ -88,10 +88,10 @@ case "${host}" in m68k-apollo-bsd*) host_makefile_frag=config/mh-a68bsd ;; m88k-motorola-sysv*) host_makefile_frag=config/mh-delta88;; m88k-dg-dgux*) host_makefile_frag=config/mh-dgux ;; - mips-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; - mips-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; - mips-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; - mips-*-sysv*) host_makefile_frag=config/mh-riscos ;; + mips*-dec-ultrix*) host_makefile_frag=config/mh-decstation ;; + mips*-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; + mips*-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; + mips*-*-sysv*) host_makefile_frag=config/mh-riscos ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;; |