summaryrefslogtreecommitdiff
path: root/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
commit703bf84d324718b6af0a8818b4515193b2a71020 (patch)
treecce85ced96fd2969f90461d070906ce63bac1ecc /configure
parent1d7e8c6148a4356c16745f6496c38c737bd37c02 (diff)
downloadllvm-703bf84d324718b6af0a8818b4515193b2a71020.tar.gz
llvm-703bf84d324718b6af0a8818b4515193b2a71020.tar.bz2
llvm-703bf84d324718b6af0a8818b4515193b2a71020.tar.xz
Fix a problem in the target detection for Debian GNU/HURD
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 1e5e2c5998..8ff4e62a61 100755
--- a/configure
+++ b/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*)