diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-28 08:24:15 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-28 13:35:55 -0800 |
commit | d2bf5536560aa88bd8916f61736542a9053fe2d8 (patch) | |
tree | 872700937bad4dbefef1d0d85d58cae04ccf3616 /samples/x86_64-w64-mingw32 | |
parent | 5b084c005b2669340594adeb2bf10a0d8a0fe623 (diff) | |
download | crosstool-ng-d2bf5536560aa88bd8916f61736542a9053fe2d8.tar.gz crosstool-ng-d2bf5536560aa88bd8916f61736542a9053fe2d8.tar.bz2 crosstool-ng-d2bf5536560aa88bd8916f61736542a9053fe2d8.zip |
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>
Diffstat (limited to 'samples/x86_64-w64-mingw32')
-rw-r--r-- | samples/x86_64-w64-mingw32/crosstool.config | 2 |
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 eba51a41..58a6b48e 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 |