Merge pull request #565 from stilor/enable-mingw-tools-fortran

Enable Fortran & tools in x86_64-w64-mingw
This commit is contained in:
Alexey Neyman 2017-01-29 21:20:49 -08:00 committed by GitHub
commit c6d8554332

View File

@ -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