diff --git a/configure/os/CONFIG.win32-x86-cygwin.Common b/configure/os/CONFIG.win32-x86-cygwin.Common index 41c530119..382d278f5 100644 --- a/configure/os/CONFIG.win32-x86-cygwin.Common +++ b/configure/os/CONFIG.win32-x86-cygwin.Common @@ -10,8 +10,10 @@ #Include definitions common to unix hosts include $(CONFIG)/os/CONFIG.UnixCommon.Common -WIND_HOST_TYPE = x86-win32 -OSITHREAD_USE_DEFAULT_STACK = NO - HOSTEXE=.exe +WIND_HOST_TYPE = x86-win32 + +# osithead use default stack, YES or NO override +OSITHREAD_USE_DEFAULT_STACK = NO +