From: Misha Brukman Date: Tue, 22 Jun 2004 15:32:08 +0000 (+0000) Subject: Add AIX to the list of recognized operating systems. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b42a7547b9561c09ea7881edc5d5c2e09306d47;p=oota-llvm.git 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 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 80a60dccd57..0603c3cd05d 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