msvc: Support additional cross-compile types
commit94a48cc4ae70db778147bbcb072e483c6539eb4b
authorDaniel Welty <dj88welty@gmail.com>
Mon, 16 Mar 2015 20:24:22 +0000 (16 15:24 -0500)
committerThomas Nagy <tnagy2pow10@gmail.com>
Tue, 17 Mar 2015 01:11:41 +0000 (17 02:11 +0100)
tree5f5ed07e2d1360b794b0ab73bc0f7c5c499b0770
parentd1f7f7c78d26bbe744a1549812af19e5340017d7
msvc: Support additional cross-compile types

VS 2013 supports cross-compiling for x86 and arm from amd64, but Waf
wouldn't search for these compilers.

Change-Id: I5b0d6809b666587d5aea19e6491fa7f0572c1a40
Type: Bug Fix

Signed-off-by: Thomas Nagy <tnagy2pow10@gmail.com>
waflib/Tools/msvc.py