On Mon, Jul 11, 2011 at 6:41 PM, Jens Staal <staal1...@gmail.com> wrote: > Personally, I believe that a Plan9 target for a cross compiler might > be more interesting. GCC already added support for the Plan9 dialect > of C. If it also could be made to compile Plan9 binaries, it could be > used for an alternative self-hosting distro as the one you envisaged. > > I am fully aware that this is quite herretic and probably not very > interesting for mainline Plan9. >
Not a religion, whatever works for you. Notice though that the kernel and applications need some more that only the extensions. All of it (including the assembler) is written supposing caller save and other inner specifics of kencc that would need to be dealt with when compiling for gcc. It would be a port, not only a recompilation. G.