Skip to content

Commit 5ea2ba8

Browse files
detect HP-UX when configuring
llvm-svn: 22077
1 parent a1a1e93 commit 5ea2ba8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/autoconf/configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ AC_CACHE_CHECK([type of operating system we're on],
111111
*-*-freebsd*)
112112
llvm_cv_os_type="FreeBSD"
113113
llvm_cv_platform_type="Unix" ;;
114+
*-*-hpux*)
115+
llvm_cv_os_type="HP-UX"
116+
llvm_cv_platform_type="Unix" ;;
114117
*-*-interix*)
115118
llvm_cv_os_type="Interix"
116119
llvm_cv_platform_type="Unix" ;;

0 commit comments

Comments
 (0)