From: Jim Kingdon Date: Tue, 31 Aug 1993 16:03:04 +0000 (+0000) Subject: * configure.in: Match *-*-solaris2* not *-sun-solaris2*. X-Git-Tag: gdb-4_18~17602 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54fdaa7bbb8684d3c16b1dfbf4aea6ba3b363c30;p=external%2Fbinutils.git * configure.in: Match *-*-solaris2* not *-sun-solaris2*. --- diff --git a/configure.in b/configure.in index 19f16f4..3547e70 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 ;;