Is it possible to build glibc/gcc/binutils in the version combo of say 2.4/4.6/2.22 (or some later version of GCC used by the oldest/'stablest' linux distro's still around)?
I would like to create standalone cross-compilers for MinGW, and have them work on more than glibc 2.14 (my current Fedora), in this order:
- build glibc-
<old version>with the standard distro compiler - build new binutils/gcc using this old glibc version
- build cross-compilers using the new combination of tools.