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

ian@gcc.gnu.org ian@gcc.gnu.org
Thu May 29 20:22:00 GMT 2014


Author: ian
Date: Thu May 29 20:22:27 2014
New Revision: 211065

URL: http://gcc.gnu.org/viewcvs?rev=211065&root=gcc&view=rev
Log:
runtime: add the --without-libatomic configure option

This adds the --without-libatomic configure option, which is useful for building libgo
with a non-gcc compiler.

It disables libgo's dependency on libatomic. This
is useful for platforms where it is known that the libatomic runtime
functions are not required, or where the compiler automatically
provides an implementation of them.

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



More information about the Gcc-cvs mailing list