2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / configure.in
index d9842adc4e50c3712f3653a40da8115a03194939..b2465ef2bd668531ab14f4ba1cff47445ed19b8d 100644 (file)
@@ -67,6 +67,8 @@ case "$host" in
                fi
                HOST_CC="gcc"
                CPPFLAGS="$CPPFLAGS -DWIN32_THREADS -DFD_SETSIZE=1024"
+               libmono_cflags="-mno-cygwin"
+               libmono_ldflags="-mno-cygwin"
                libdl=
                libgc_threads=win32
                gc_default=included
@@ -1563,6 +1565,7 @@ case "$host" in
                JIT_SUPPORTED=yes
                jit_wanted=true
                arch_target=alpha;
+               CFLAGS="$CFLAGS -mieee"
                case $host_os in
                  linux*)
                        LIBC="libc.so.6.1"
@@ -2018,6 +2021,10 @@ echo "
        $disabled
 
 "
+if test x$with_static_mono = xno; then
+   AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexepcted bugs)
+fi
+
 if test x$gc = xsgen; then
         echo IMPORTANT:
        echo IMPORTANT: You have selected an experimental, work-in-progress