Re: [doc] Document GNU make version for libjava on Solaris

2016-08-16 Thread Eric Botcazou
> 2016-08-15 Eric Botcazou > > * doc/install.texi (*-*-solaris2*): Fix version number and document > requirement on GNU make for building libjava with the Solaris linker. GNU make's version number changed to 3.81 after retesting on SPARC/Solaris. -- Eric Botcazou

Re: [doc] Document GNU make version for libjava on Solaris

2016-08-16 Thread Eric Botcazou
> this is really strange: although I regularly use gmake 4.1 since > September last year, just this weekend I did several mainline bootstraps > on i386-pc-solaris2.10 for a reghunt in libjava. Using gmake 3.81 > worked just fine for me. The Solaris symbol versioning support has been > in libjava

Re: [doc] Document GNU make version for libjava on Solaris

2016-08-16 Thread Rainer Orth
Hi Eric, > It turns out that neither GNU make 3.80 nor 3.81 can build libjava on Solaris > with the Solaris linker because of the final "ver-sun" recipe. Probably not > worth fixing at this point, so this patch simply documents it instead. this is really strange: although I regularly use gmake