diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-02 23:32:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-02 23:32:17 +0000 |
commit | 44afcb7dcf3036bec35f4c4e2f85141bc966c418 (patch) | |
tree | 3f1f3a604c19c5cd9ab107c476034e38b7b41c72 /autoconf | |
parent | 8fcf797f79cbbb1cc008589885e3d3abeed712b7 (diff) | |
download | external_llvm-44afcb7dcf3036bec35f4c4e2f85141bc966c418.zip external_llvm-44afcb7dcf3036bec35f4c4e2f85141bc966c418.tar.gz external_llvm-44afcb7dcf3036bec35f4c4e2f85141bc966c418.tar.bz2 |
Recognize cygwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 0e9e318..64c5b62 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -103,6 +103,9 @@ case $build in AC_SUBST(LLVMGCCDIR,[/home/vadve/lattner/local/sparc/llvm-gcc/]) fi ;; + *-*-cygwin*) + AC_SUBST(OS,[Cygwin]) + ;; *-*-darwin*) AC_SUBST(OS,[Darwin]) |