From 25344ba7f7845654364d62bf15322b3b79465bd9 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 13 Oct 2009 20:14:58 -0500 Subject: dolt: add Cygwin to supported platforms Signed-off-by: Yaakov Selkowitz Signed-off-by: Keith Packard --- m4/dolt.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4') diff --git a/m4/dolt.m4 b/m4/dolt.m4 index 1109bdb0c..7c62b6c46 100644 --- a/m4/dolt.m4 +++ b/m4/dolt.m4 @@ -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' ;; -- cgit v1.2.3