OSDN Git Service

configure: Split out msvc as a separate target OS
authorMartin Storsjö <martin@martin.st>
Sat, 13 Oct 2012 12:57:56 +0000 (15:57 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 18 Oct 2012 11:26:12 +0000 (14:26 +0300)
commit53e8cd68b722895a7110a2f7ee7e1bd42f4bac3b
tree05d4d7c8cf2ff727398815b70098f7a3680074ad
parentb760ffdd07eaabf66656f3b2215c7da1c39a60ba
configure: Split out msvc as a separate target OS

The name mingw32 as target OS is both misleading, and very little
of the target OS specific settings actually match.

Since the target OS default is set based on uname, the default
(which on MSYS is set to mingw) is overridden by --toolchain=msvc.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure