configure.ac
25.4 KB
-
runtime: add the --without-libatomic configure option · 9a85ed03
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
Ian Lance Taylor committed