]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in: Use mh-aix43.
authorDavid Edelsohn <edelsohn@mhpcc.edu>
Sat, 29 Aug 1998 21:39:47 +0000 (21:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 29 Aug 1998 21:39:47 +0000 (15:39 -0600)
From-SVN: r22093

ChangeLog
configure.in

index 7545de7d8c223b30d8a924a7baec80fa50af465a..f241a50ad6daafbe6df573445c39f08ec277e520 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
+
+        * configure.in: Use mh-aix43.
+
 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure: Fix --without/--disable cases for gxx-include-dir.
index f61d3c8ad03410dfd0d6b2ad88738e30e4848000..63e61055425ffbda7d752bd58a9fd220ff9468cb 100644 (file)
@@ -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"
     ;;