diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:30:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-03-08 20:30:47 +0000 |
commit | 795308d6ecc68281f5dd8507fcbbc0462be4a585 (patch) | |
tree | b203f357e01789591560ea9c6239fc07c9ab56e7 /configure.in | |
parent | 9d1f234b96560bb40be480d288038f823c082af6 (diff) | |
download | gdb-795308d6ecc68281f5dd8507fcbbc0462be4a585.zip gdb-795308d6ecc68281f5dd8507fcbbc0462be4a585.tar.gz gdb-795308d6ecc68281f5dd8507fcbbc0462be4a585.tar.bz2 |
From Minh Tran-Le: recognize i386-ibm-aix (ps/2), and use new config file for
it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cebed36..7c0b0ac 100644 --- a/configure.in +++ b/configure.in @@ -94,6 +94,7 @@ case "${host}" in i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;; i[34]86-*-linux) host_makefile_frag=config/mh-linux ;; i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;; + i[34]86-*-aix*) host_makefile_frag=config/mh-aix386 ;; vax-*-ultrix2*) host_makefile_frag=config/mh-vaxult2 ;; *-ibm-aix*) host_makefile_frag=config/mh-aix ;; *-bull-bosx*) host_makefile_frag=config/mh-aix ;; |