mingw-w64: Rename targets to {i686,x86_64}-w64-mingw32

.. and set CT_TARGET_VENDOR to w64. Otherwise config.gcc doesn't
pickup the right files for include_next (and probably many other
things go wrong too).

w64 has been the correct vendor for absolutely ages now on all
distributions that provide MinGW-w64 cross compilers.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
This commit is contained in:
Ray Donnelly 2015-08-24 23:11:55 +01:00
parent ba5754e4fa
commit 86fbcfc36b
4 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,8 @@ CT_LOG_EXTRA=y
CT_ARCH_ARCH="i686"
CT_ARCH_x86=y
CT_KERNEL_windows=y
CT_TARGET_VENDOR="w64"
CT_BINUTILS_PLUGINS=y
CT_MINGW_DIRECTX=y
CT_MINGW_DDK=y
CT_CC_V_4_8_3=y
CT_CC_LANG_CXX=y

View File

@ -4,6 +4,7 @@ CT_LOG_EXTRA=y
CT_ARCH_64=y
CT_ARCH_x86=y
CT_KERNEL_windows=y
CT_TARGET_VENDOR="w64"
CT_BINUTILS_PLUGINS=y
CT_MINGW_DIRECTX=y
CT_MINGW_DDK=y