CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/07/26 06:58:16
Modified files:
devel/mingw : Makefile
Added files:
devel/mingw/patches: patch-x86-mingw32-build_sh_functions
patch_binutils-2.20.1-configure
Log message:
fix mingw's fork-bomb.
Turns out you need to name the compiler gcc for things to work out, BUT
clang never knows how to compile ada ANYWAY, so it *will* turn to gcc to
try to compile it.
*however* it calls gcc by name, so in this case, it calls... itself recursively
until it goes boom.
Plain disable the ada test..