commit | 44afcb7dcf3036bec35f4c4e2f85141bc966c418 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jun 02 23:32:17 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jun 02 23:32:17 2004 +0000 |
tree | 3f1f3a604c19c5cd9ab107c476034e38b7b41c72 | |
parent | 8fcf797f79cbbb1cc008589885e3d3abeed712b7 [diff] [blame] |
Recognize cygwin git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13976 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index bc51db0..139648d 100755 --- a/configure +++ b/configure
@@ -1869,6 +1869,10 @@ OS=Darwin ;; + *-*-cygwin*) + OS=Cygwin + + ;; *) OS=Unknown