Do I have to build the compiler for target cpu, os, c-compiler every time I want to test if it builds correctly the sources for specific platform?
E.g. I have nim compiler built for x86 windows with x86 mingw, then can I use microsoft c++ x64 tools (vcc in config) to correctly build a 64-bit program with this compiler?
E.g. I have nim compiler built for x86 windows with x86 mingw, then can I use microsoft c++ x64 tools (vcc in config) to correctly build a 64-bit program with this compiler?
Yes.