Most of the gc compiler toolchain seem to be based on the ones from
plan9/inferno.
How does the license compatibility work?
My understanding is that the toolchain is used only in building gc itself
while all the runtime is self-hosting and written in go.
So, most go sources are as per BSD while the toolchain alone used to build
gc is as per upstream license.
Is this correct?
--