From: Jim Kingdon Date: Tue, 31 Aug 1993 16:03:04 +0000 (+0000) Subject: * configure.in: Match *-*-solaris2* not *-sun-solaris2*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54fdaa7bbb8684d3c16b1dfbf4aea6ba3b363c30;p=binutils-gdb.git * configure.in: Match *-*-solaris2* not *-sun-solaris2*. --- diff --git a/configure.in b/configure.in index 19f16f458d1..3547e70f9b8 100644 --- a/configure.in +++ b/configure.in @@ -102,7 +102,7 @@ case "${host}" in vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;; *-ibm-aix*) host_makefile_frag=config/mh-aix ;; *-bull-bosx*) host_makefile_frag=config/mh-aix ;; - *-sun-solaris2*) host_makefile_frag=config/mh-solaris ;; + *-*-solaris2*) host_makefile_frag=config/mh-solaris ;; m68k-sun-*) host_makefile_frag=config/mh-sun3 ;; *-sun-*) host_makefile_frag=config/mh-sun ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;;