summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-04-05 19:34:15 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-04-05 19:34:15 +0000
commite8235fef3197e199ffd390eaf0e7cd039338c6a4 (patch)
treedfe4f89abc65c58ecabab98a202639c421c3fdf9 /llvm/configure
parent26f19678b6303ccc7cc80536399d7eca24583872 (diff)
downloadbcm5719-llvm-e8235fef3197e199ffd390eaf0e7cd039338c6a4.tar.gz
bcm5719-llvm-e8235fef3197e199ffd390eaf0e7cd039338c6a4.zip
Fix a problem in the target detection for Debian GNU/HURD
llvm-svn: 154117
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/configure b/llvm/configure
index 1e5e2c5998e..8ff4e62a61e 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -3816,6 +3816,8 @@ else
llvm_cv_target_os_type="Interix" ;;
*-*-linux*)
llvm_cv_target_os_type="Linux" ;;
+ *-*-gnu*)
+ llvm_cv_target_os_type="GNU" ;;
*-*-solaris*)
llvm_cv_target_os_type="SunOS" ;;
*-*-auroraux*)
OpenPOWER on IntegriCloud