1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-21 03:32:29 +00:00

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
This commit is contained in:
Misha Brukman 2004-06-22 15:32:08 +00:00
parent 900576f9b8
commit 7b42a7547b

@ -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