Re: [libgo] Silence compiler error message

2016-10-11 Thread Ian Lance Taylor
On Mon, Oct 10, 2016 at 12:44 PM, Eric Botcazou wrote: > > on Solaris the configuration of the library yields an ugly: > > checking whether linker supports split/non-split linked together... cc1: > error: '-fsplit-stack' is not supported by this compiler configuration > xgcc: error: conftest1.o: N

[libgo] Silence compiler error message

2016-10-10 Thread Eric Botcazou
Hi, on Solaris the configuration of the library yields an ugly: checking whether linker supports split/non-split linked together... cc1: error: '-fsplit-stack' is not supported by this compiler configuration xgcc: error: conftest1.o: No such file or directory no Tested on x86-64/Linux and SPARC