diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2009-10-13 20:14:58 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-13 20:30:22 -0700 |
commit | 25344ba7f7845654364d62bf15322b3b79465bd9 (patch) | |
tree | dcee41e426b4368f9b25220d4432ecf22e49865a /m4 | |
parent | 6e158003e80534ce007290f75c89d698aec1d00b (diff) |
dolt: add Cygwin to supported platforms
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/dolt.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
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' ;; |