summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-28 16:24:15 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-28 21:35:55 (GMT)
commitd2bf5536560aa88bd8916f61736542a9053fe2d8 (patch)
tree872700937bad4dbefef1d0d85d58cae04ccf3616
parent5b084c005b2669340594adeb2bf10a0d8a0fe623 (diff)
Enable Fortran & tools in x86_64-w64-mingw
... both were recently a source of bug that didn't manifest on *-linux-* Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r--samples/x86_64-w64-mingw32/crosstool.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config
index eba51a4..58a6b48 100644
--- a/samples/x86_64-w64-mingw32/crosstool.config
+++ b/samples/x86_64-w64-mingw32/crosstool.config
@@ -6,5 +6,7 @@ CT_KERNEL_windows=y
CT_BINUTILS_PLUGINS=y
CT_MINGW_DIRECTX=y
CT_MINGW_DDK=y
+CT_MINGW_TOOLS=y
CT_THREADS_POSIX=y
+CT_CC_LANG_FORTRAN=y
CT_CC_LANG_CXX=y