Commit 5ea2ba8b authored by Duraid Madina's avatar Duraid Madina
Browse files

detect HP-UX when configuring

llvm-svn: 22077
parent a1a1e93d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" ;;