diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1998-08-29 11:41:49 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1998-08-29 11:41:49 -0400 |
commit | 57fc66388b88b59a455a9b0f5f76e144c9eceb19 (patch) | |
tree | dc5a6b66b36ecdf5b8f73dd79018f98d7324958e | |
parent | a1612a6c5f78d5ae93e6abdca7f09bf8daa939bc (diff) | |
download | gcc-57fc66388b88b59a455a9b0f5f76e144c9eceb19.zip gcc-57fc66388b88b59a455a9b0f5f76e144c9eceb19.tar.gz gcc-57fc66388b88b59a455a9b0f5f76e144c9eceb19.tar.bz2 |
really commit configure.in
From-SVN: r22087
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f61d3c8..63e6105 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" ;; |