This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, go]: Restore bootstrap


On 07/24/2014 07:57 PM, Uros Bizjak wrote:
Hello!

2014-07-24  Uros Bizjak  <ubizjak@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]