summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-30 05:20:49 (GMT)
committerGitHub <noreply@github.com>2017-01-30 05:20:49 (GMT)
commitc6d855433287a19fe90a717e4e0bd82604dbd105 (patch)
tree872700937bad4dbefef1d0d85d58cae04ccf3616
parent5b084c005b2669340594adeb2bf10a0d8a0fe623 (diff)
parentd2bf5536560aa88bd8916f61736542a9053fe2d8 (diff)
Merge pull request #565 from stilor/enable-mingw-tools-fortran
Enable Fortran & tools in x86_64-w64-mingw
-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