Build system: no longer set '-mno-cygwin' for Cygwin platform. This confuses 'configure', and we should rather use MinGW for building standalone Windows binaries.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2927 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-09-15 17:32:09 +00:00
parent 076a384ed2
commit fd99976852
1 changed files with 0 additions and 13 deletions

View File

@ -29,19 +29,6 @@ AC_LANG([C++])
CXXFLAGS="$CXXFLAGS -Wall"
AC_CANONICAL_HOST
case $host_os in
cygwin*)
# Create standalone binaries on Cygwin and eliminate spurious warnings
CXXFLAGS="$CXXFLAGS -mno-cygwin -Wno-uninitialized"
;;
mingw32*)
# Suppress spurious warnings with old versions of MinGW
CXXFLAGS="$CXXFLAGS -Wno-uninitialized"
;;
esac
AC_PROG_RANLIB
AM_PROG_LEX