i'm building a cross compiler for my MinGW, targeting i386-pc-linux-gnu. well, i'm concerned with the binutils and gcc (binaries, includes, everything) that i've compiled, being mashed together with the current one.
also, once i get the cross-compile configurations just right, i will be using third party, proprietary c compilers, make, awk, m4, etc, not bundled with the GNU system, to build the cross compiler again, using the same configurations (the one mentioned in above paragraph is just a test). not knowing if this can even succeed, i want to do a a sanity check on the TO BE built and installed gcc; to know if they even produced binaries that can run. i also have to check that this build, just as in the previous paragraph, didn't mash together with the rest of MinGW.
is there a package out there to test gcc?? that it complies with the current version specifications?