]> git.ipfire.org Git - thirdparty/gcc.git/commit
runtime: add the --without-libatomic configure option
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 29 May 2014 20:22:27 +0000 (20:22 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 29 May 2014 20:22:27 +0000 (20:22 +0000)
commit9a85ed03da6afed536ba4fb5107a4e8b9f01aec4
treeffb905fbae8b421551bac556d96607de00cb5918
parentcc8849a1597bb12c16a990bfed6a3b685952d493
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.

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