From: David Edelsohn Date: Sat, 29 Aug 1998 21:39:47 +0000 (+0000) Subject: * configure.in: Use mh-aix43. X-Git-Tag: prereleases/egcs-1.1-prerelease~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee2047555a5b859cf1dab17d132d99cc74913fe;p=thirdparty%2Fgcc.git * configure.in: Use mh-aix43. From-SVN: r22093 --- diff --git a/ChangeLog b/ChangeLog index 7545de7d8c22..f241a50ad6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 29 14:32:55 1998 David Edelsohn + + * configure.in: Use mh-aix43. + 1998-07-29 Manfred Hollstein * configure: Fix --without/--disable cases for gxx-include-dir. diff --git a/configure.in b/configure.in index f61d3c8ad034..63e61055425f 100644 --- a/configure.in +++ b/configure.in @@ -212,6 +212,9 @@ case "${host}" in *-*-lynxos*) host_makefile_frag="${host_makefile_frag} config/mh-lynxos" ;; + *-*-aix4.[3456789]* | *-*-aix[56789].*) + host_makefile_frag="${host_makefile_frag} config/mh-aix43" + ;; *-*-sysv4*) host_makefile_frag="${host_makefile_frag} config/mh-sysv4" ;;