projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a4dff0
)
detect HP-UX when configuring
author
Duraid Madina
<duraid@octopus.com.au>
Mon, 16 May 2005 05:39:00 +0000
(
05:39
+0000)
committer
Duraid Madina
<duraid@octopus.com.au>
Mon, 16 May 2005 05:39:00 +0000
(
05:39
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22077
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/configure.ac
patch
|
blob
|
history
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index 3bd7496585da8c5ef4faf3dc160bf833dc9a990a..8c6d697fd8bf0acd7c314c08f3cee97be166a4b7 100644
(file)
--- a/
autoconf/configure.ac
+++ b/
autoconf/configure.ac
@@
-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" ;;