Cygwin support.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1907 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-10-15 07:00:14 +00:00
parent b28de16f41
commit 01d540bc83
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -713,7 +713,7 @@ set_host_system() {
esac
# Use a single capitalization.
# What is used is whatever 'uname -s' would give on such a platform.
# What is used is whatever 'uname -s' would give on such a platform.
UHOST=`$TR "[:lower:]" "[:upper:]" << EOF
$BUILD_HOST
EOF
@@ -723,6 +723,7 @@ EOF
FREEBSD) HOST_SYSTEM="FreeBSD" ;;
OPENBSD) HOST_SYSTEM="OpenBSD" ;;
MINGW|MINGW32) HOST_SYSTEM="MINGW32" ;;
CYGWIN*) HOST_SYSTEM="CYGWIN" ;;
DARWIN) HOST_SYSTEM="Darwin" ;;
SUNOS) HOST_SYSTEM="SunOS" ;;
QNX) HOST_SYSTEM="QNX" ;;