This is the mail archive of the gcc@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: Discussion about merging Go frontend


Paolo Bonzini <bonzini@gnu.org> writes:

> On 10/24/2010 07:40 AM, Ian Lance Taylor wrote:
>> configure.ac
>>    Add libgo.  If building Go, build C++ as a boot language.
>
> Can you generalize this using something in gcc/go/config-lang.in?

I have now done this on the gccgo branch.  If language X's
config-lang.in sets the shell variable lang_requires_boot_language, then
if X is enabled all those languages are built during stage 1.

Ian


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