diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-04-05 19:34:15 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-04-05 19:34:15 +0000 |
| commit | e8235fef3197e199ffd390eaf0e7cd039338c6a4 (patch) | |
| tree | dfe4f89abc65c58ecabab98a202639c421c3fdf9 /llvm/configure | |
| parent | 26f19678b6303ccc7cc80536399d7eca24583872 (diff) | |
| download | bcm5719-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-x | llvm/configure | 2 |
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*) |

