diff options
author | Ray Donnelly <mingw.android@gmail.com> | 2015-08-24 23:11:55 +0100 |
---|---|---|
committer | Ray Donnelly <mingw.android@gmail.com> | 2015-08-25 00:16:25 +0100 |
commit | 86fbcfc36b495a013bd948991f6f27ebabaedfbe (patch) | |
tree | 72c17e2731693ff9811905b3af30df8eaac509c3 /samples/x86_64-w64-mingw32 | |
parent | ba5754e4fa34b6189a5859943fbf8d5203a6cba9 (diff) | |
download | crosstool-ng-86fbcfc36b495a013bd948991f6f27ebabaedfbe.tar.gz crosstool-ng-86fbcfc36b495a013bd948991f6f27ebabaedfbe.tar.bz2 crosstool-ng-86fbcfc36b495a013bd948991f6f27ebabaedfbe.zip |
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>
Diffstat (limited to 'samples/x86_64-w64-mingw32')
-rw-r--r-- | samples/x86_64-w64-mingw32/crosstool.config | 11 | ||||
-rw-r--r-- | samples/x86_64-w64-mingw32/reported.by | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config new file mode 100644 index 00000000..f39b5e18 --- /dev/null +++ b/samples/x86_64-w64-mingw32/crosstool.config @@ -0,0 +1,11 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +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 +CT_CC_LANG_CXX=y diff --git a/samples/x86_64-w64-mingw32/reported.by b/samples/x86_64-w64-mingw32/reported.by new file mode 100644 index 00000000..6540f435 --- /dev/null +++ b/samples/x86_64-w64-mingw32/reported.by @@ -0,0 +1,4 @@ +reporter_name="Yann Diorcet <diorcet.yann@gmail.com>" +reporter_url="" +reporter_comment="Config to build cross-compiler with mingw as kernel type for +64 bits Windows target" |