summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-04-05 18:53:09 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-04-05 18:53:09 +0000
commit4cf7dae5164542b1094d523ffb771be12cf2b977 (patch)
tree15d0e1bb0904d3340502869d0ec97d70c51a07bf /llvm/configure
parenta6eebf6013172ec16192a9192fd0036014322a32 (diff)
downloadbcm5719-llvm-4cf7dae5164542b1094d523ffb771be12cf2b977.tar.gz
bcm5719-llvm-4cf7dae5164542b1094d523ffb771be12cf2b977.zip
Fix a problem in the target detection for Debian GNU/kFreeBSD
llvm-svn: 154114
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index 5c2d466774d..1e5e2c5998e 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -3802,7 +3802,7 @@ else
llvm_cv_target_os_type="Darwin" ;;
*-*-minix*)
llvm_cv_target_os_type="Minix" ;;
- *-*-freebsd*)
+ *-*-freebsd*| *-*-kfreebsd-gnu)
llvm_cv_target_os_type="FreeBSD" ;;
*-*-openbsd*)
llvm_cv_target_os_type="OpenBSD" ;;
OpenPOWER on IntegriCloud