is the idea seems good/relevant for gcc community?
i have toolchain (from TI company), which is WindowsXP executable.
it is possible to run it on linux by calling wine. most problematic part
is difference of the options between it and gcc, otherwise lot of linux
applications
could be ported. So the idea:
to make some framework (redesign/change of gcc driver), which running
any external
compiler/linker/etc.
Aready made some work and has the example of such toolchain, till now only
by changing specs file.
Such work could be done for any embeded or non-elf executable toolchain,
which
not supported by gcc. Even after support , it can be good thing to
compare with.