summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-29 15:41:49 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-29 15:41:49 +0000
commitd82bbffb94143c2349b7e6d146afff18f5a2f82b (patch)
treedc5a6b66b36ecdf5b8f73dd79018f98d7324958e /configure.in
parent358fb706f0d23e7ab60d38e4003dd8e1dff85a4d (diff)
downloadgcc-d82bbffb94143c2349b7e6d146afff18f5a2f82b.tar.gz
really commit configure.in
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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"
;;