win32: remove deprecated -mno-cygwin options from env.sh
authorRobert Bragg <robert@linux.intel.com>
Tue, 15 Mar 2011 22:47:20 +0000 (22:47 +0000)
committerRobert Bragg <robert@linux.intel.com>
Wed, 16 Mar 2011 11:23:38 +0000 (11:23 +0000)
commit5faf7666ecbee92242ee3d4dfab8c24c2c8eccd3
tree73a3dc3070e2ee8b0f7d9856288d9cba18184465
parent861bda91d5a61b2cd9e3dbb00ce47f9d804fd1ae
win32: remove deprecated -mno-cygwin options from env.sh

This removes the use of -mno-cygwin from our generated env.sh for cross
compiling with mingw.

I don't know that anyone is building clutter under cygwin, and our
BuildingClutterOnWindows wiki page only describes building with msys not
cygwin so I think its fair to assume that this build configuration is
untested and thus not supported by us currently. Since the -mno-cygwin
option is deprecated it could well be that there is a better
cross-compilation solution available for cygwin these days if you want
to build programs that don't depend on cygwin libraries.
build/mingw/mingw-fetch-dependencies.sh