detect HP-UX when configuring

llvm-svn: 22077
This commit is contained in:
Duraid Madina 2005-05-16 05:39:00 +00:00
parent a1a1e93da9
commit 5ea2ba8bae
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ AC_CACHE_CHECK([type of operating system we're on],
*-*-freebsd*)
llvm_cv_os_type="FreeBSD"
llvm_cv_platform_type="Unix" ;;
*-*-hpux*)
llvm_cv_os_type="HP-UX"
llvm_cv_platform_type="Unix" ;;
*-*-interix*)
llvm_cv_os_type="Interix"
llvm_cv_platform_type="Unix" ;;