r217583 - in /trunk/libgo: Makefile.am Makefile...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Nov 14 18:02:00 GMT 2014


Author: ian
Date: Fri Nov 14 18:02:50 2014
New Revision: 217583

URL: https://gcc.gnu.org/viewcvs?rev=217583&root=gcc&view=rev
Log:
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.

Modified:
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/configure
    trunk/libgo/configure.ac



More information about the Gcc-cvs mailing list