Is it possible to have different GCC installations working with one MinGW installation?
By MinGW I mean the common base which is always needed regardless which version of GCC compiler we're going to install and use;
- MinGW runtime
- binutils
- make
- MinGW API for MS-Windows
and many other components which are part of MinGW but are not even required by GCC.