From: David Edelsohn Date: Sat, 29 Aug 1998 15:41:49 +0000 (-0400) Subject: really commit configure.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57fc66388b88b59a455a9b0f5f76e144c9eceb19;p=gcc.git really commit configure.in From-SVN: r22087 --- diff --git a/configure.in b/configure.in index f61d3c8ad03..63e61055425 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" ;;