From 86fbcfc36b495a013bd948991f6f27ebabaedfbe Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 24 Aug 2015 23:11:55 +0100 Subject: 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 diff --git a/samples/i686-unknown-mingw32/crosstool.config b/samples/i686-unknown-mingw32/crosstool.config deleted file mode 100644 index 148648a..0000000 --- a/samples/i686-unknown-mingw32/crosstool.config +++ /dev/null @@ -1,11 +0,0 @@ -CT_LOCAL_TARBALLS_DIR="${HOME}/src" -CT_SAVE_TARBALLS=y -CT_LOG_EXTRA=y -CT_ARCH_ARCH="i686" -CT_ARCH_x86=y -CT_KERNEL_windows=y -CT_BINUTILS_PLUGINS=y -CT_MINGW_DIRECTX=y -CT_MINGW_DDK=y -CT_CC_V_4_8_3=y -CT_CC_LANG_CXX=y diff --git a/samples/i686-unknown-mingw32/reported.by b/samples/i686-unknown-mingw32/reported.by deleted file mode 100644 index 3694d43..0000000 --- a/samples/i686-unknown-mingw32/reported.by +++ /dev/null @@ -1,4 +0,0 @@ -reporter_name="Yann Diorcet " -reporter_url="" -reporter_comment="Config to build cross-compiler with mingw as kernel type for -32 bits Windows target" diff --git a/samples/i686-w64-mingw32/crosstool.config b/samples/i686-w64-mingw32/crosstool.config new file mode 100644 index 0000000..a142f01 --- /dev/null +++ b/samples/i686-w64-mingw32/crosstool.config @@ -0,0 +1,11 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +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_LANG_CXX=y diff --git a/samples/i686-w64-mingw32/reported.by b/samples/i686-w64-mingw32/reported.by new file mode 100644 index 0000000..3694d43 --- /dev/null +++ b/samples/i686-w64-mingw32/reported.by @@ -0,0 +1,4 @@ +reporter_name="Yann Diorcet " +reporter_url="" +reporter_comment="Config to build cross-compiler with mingw as kernel type for +32 bits Windows target" diff --git a/samples/x86_64-unknown-mingw32/crosstool.config b/samples/x86_64-unknown-mingw32/crosstool.config deleted file mode 100644 index 2f41780..0000000 --- a/samples/x86_64-unknown-mingw32/crosstool.config +++ /dev/null @@ -1,10 +0,0 @@ -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_BINUTILS_PLUGINS=y -CT_MINGW_DIRECTX=y -CT_MINGW_DDK=y -CT_CC_LANG_CXX=y diff --git a/samples/x86_64-unknown-mingw32/reported.by b/samples/x86_64-unknown-mingw32/reported.by deleted file mode 100644 index 6540f43..0000000 --- a/samples/x86_64-unknown-mingw32/reported.by +++ /dev/null @@ -1,4 +0,0 @@ -reporter_name="Yann Diorcet " -reporter_url="" -reporter_comment="Config to build cross-compiler with mingw as kernel type for -64 bits Windows target" diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config new file mode 100644 index 0000000..f39b5e1 --- /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 0000000..6540f43 --- /dev/null +++ b/samples/x86_64-w64-mingw32/reported.by @@ -0,0 +1,4 @@ +reporter_name="Yann Diorcet " +reporter_url="" +reporter_comment="Config to build cross-compiler with mingw as kernel type for +64 bits Windows target" -- cgit v0.10.2-6-g49f6