dolt: add Cygwin to supported platforms

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Yaakov Selkowitz 2009-10-13 20:14:58 -05:00 committed by Keith Packard
parent 6e158003e8
commit 25344ba7f7
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux* \
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*)
pic_options='-fPIC'
;;
i?86-pc-cygwin*)
pic_options='-DDLL_EXPORT'
;;
i?86-apple-darwin*)
pic_options='-fno-common'
;;