gcc/libgo/testsuite
Ian Lance Taylor 9a85ed03da 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
2014-05-29 20:22:27 +00:00
..
config Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
lib re PR go/56017 (libgo testsuite does not support cross testing) 2013-02-09 23:02:09 +00:00
libgo.testmain libgo: Set name of test when using DejaGNU tests. 2011-03-31 23:03:20 +00:00
Makefile.am Add Go frontend, libgo library, and Go testsuite. 2010-12-03 04:34:57 +00:00
Makefile.in runtime: add the --without-libatomic configure option 2014-05-29 20:22:27 +00:00
gotest gotest: Recognize PPC ELF v2 function pointers in text section. 2013-11-19 02:14:40 +00:00