summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-22 15:32:08 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-22 15:32:08 +0000
commit7b42a7547b9561c09ea7881edc5d5c2e09306d47 (patch)
tree36d85c4f08ceac5c556ee2d6af12140800e70ca3 /autoconf
parent900576f9b8198fc19fe44685beff053202e33c4d (diff)
downloadllvm-7b42a7547b9561c09ea7881edc5d5c2e09306d47.tar.gz
llvm-7b42a7547b9561c09ea7881edc5d5c2e09306d47.tar.bz2
llvm-7b42a7547b9561c09ea7881edc5d5c2e09306d47.tar.xz
Add AIX to the list of recognized operating systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 80a60dccd5..0603c3cd05 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -95,7 +95,6 @@ case $build in
AC_SUBST(LLVMGCCDIR,[/home/vadve/lattner/local/x86/llvm-gcc/])
fi
;;
-
*-*-solaris*)
AC_SUBST(OS,[SunOS])
if test -d /home/vadve/lattner/local/sparc/llvm-gcc
@@ -106,11 +105,12 @@ case $build in
*-*-cygwin*)
AC_SUBST(OS,[Cygwin])
;;
-
*-*-darwin*)
AC_SUBST(OS,[Darwin])
;;
-
+ *-*-aix*)
+ AC_SUBST(OS,[AIX])
+ ;;
*) AC_SUBST(OS,[Unknown])
;;
esac