From 703bf84d324718b6af0a8818b4515193b2a71020 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 5 Apr 2012 19:34:15 +0000 Subject: 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 --- autoconf/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autoconf/configure.ac') diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 7f4b25e4c0..884a21b141 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -300,6 +300,8 @@ AC_CACHE_CHECK([type of operating system we're going to target], 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*) -- cgit v1.2.3