mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
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:
parent
ba5754e4fa
commit
86fbcfc36b
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user