On Thu, Jul 24, 2014 at 12:21 PM, Martin Liška <mli...@suse.cz> wrote:
> On 07/24/2014 07:57 PM, Uros Bizjak wrote:
>>
>> Hello!
>>
>> 2014-07-24  Uros Bizjak  <ubiz...@gmail.com>
>>
>>      * go/go-gcc.cc (Gcc_backend::global_variable_set_init): Rename
>>      symtab_get_node to symtab_node::get.
>>
>> Tested on x86_64-linux-gnu and committed to mainline SVN.
>>
>> Uros.
>
> Hello,
>     thank you for your fix. As I see my configure output:
>
> $ ../configure --disable-bootstrap --enable-checking=release
> --enable-languages=all --disable-multilib
>
> The following languages will be built: c,c++,fortran,java,lto,objc
> *** This configuration is not supported in the following subdirectories:
>      gnattools target-libada target-libgo target-libbacktrace
>     (Any other directories should still work fine.)
>
> I thought with 'all' I cover all front-ends, is it really intended behavior
> that go is disable by 'all'?

Yes, --enable-languages=all is the default, so it only builds the
frontends that are enabled by default, so it does not build the Go or
Ada frontends.  I know it doesn't make much sense.

Ian

Reply via email to