This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Committed Go frontend
Michael Matz <matz@suse.de> writes:
>> > Indeed, as of r167408, --enable-languages=all includes go.
>>
>> Well, yeah. Isn't that exactly what should happen?
>
> The precedent would be Ada. It is not included in =all, you explicitely
> have to enable it via e.g. =all,ada . I would have thought Go to behave
> similarly. In particular =all selects all languages that leave
> build_by_default set to yes in their config-lang.in ...
Yeah, I messed up. Sorry about that. Should be fixed now.
Ian