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'?
Thank you,
Martin