runtime: set library name based on compiler name
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 14 Nov 2014 18:02:50 +0000 (18:02 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 14 Nov 2014 18:02:50 +0000 (18:02 +0000)
commit4c46b5f0c213c750a752468338af54d249e1da03
treeab0b06d6b17b3adc80d4bfbfe17e29a01492b1df
parent8413ca874e088161ca0fbc3bf3a98cffc45564f3
runtime: set library name based on compiler name

Different compilers may have different release cadences or ABI
incompatibilities, so it does not make sense to use the same library
name for runtime libraries intended for different compilers.

This CL causes a libgo built by llgo to receive the name libgo-llgo.
Likewise, libgobegin is named libgobegin-llgo.

From-SVN: r217583
libgo/Makefile.am
libgo/Makefile.in
libgo/configure
libgo/configure.ac