aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1993-02-23 07:33:45 +0000
committerPer Bothner <per@bothner.com>1993-02-23 07:33:45 +0000
commitba7f177aeb38d378795851fec10745697cd7fd29 (patch)
treeb91d1d84426b7af5a3dcc1d972850f0c2eafddc1 /configure.in
parent7721e5b345b7cdfd55335ec329dc12d7bf362bbb (diff)
downloadgdb-ba7f177aeb38d378795851fec10745697cd7fd29.zip
gdb-ba7f177aeb38d378795851fec10745697cd7fd29.tar.gz
gdb-ba7f177aeb38d378795851fec10745697cd7fd29.tar.bz2
* config.sub, configure.in, config.guess: Add support
for Bosx, an AIX variant from Bull. Patches from F.Pierresteguy@frcl.bull.fr.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ac088a1..221c840 100644
--- a/configure.in
+++ b/configure.in
@@ -95,6 +95,7 @@ case "${host}" in
i[34]86-*-linux) host_makefile_frag=config/mh-linux ;;
i[34]86-*-solaris2*) host_makefile_frag=config/mh-sysv4 ;;
*-ibm-aix*) host_makefile_frag=config/mh-aix ;;
+ *-bull-bosx*) host_makefile_frag=config/mh-aix ;;
*-sun-solaris*) host_makefile_frag=config/mh-solaris ;;
*-sun-*) host_makefile_frag=config/mh-sun ;;
*-hp-hpux) host_makefile_frag=config/mh-hpux ;;