Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for building for LLVM bitcode/Emscripten | Jack Lloyd | 2018-10-07 | 1 | -0/+5 |
| | | | | GH #1702 | ||||
* | Build improvements | Jack Lloyd | 2017-12-23 | 1 | -1/+0 |
| | | | | | | | | | | Derive the fact that shared libs are not supported from the lack of information about shared object names. If soname_suffix and co are not set -> shared libs are disabled. Disable stack protector by default on OSes where it has proven a problem namely AIX and Haiku. Add --with-stack-protector option to force turning it on. | ||||
* | Allow overriding ar command | Jack Lloyd | 2017-11-29 | 1 | -1/+2 |
| | | | | | | | | Splits up the ar command and ar options to make this possible. Removes support for calling `ranlib` after `ar`: testing in #1317 confirms that all platforms we support no longer need it. See #1237. Also fixes #455 | ||||
* | Add support for LLVM bitcode target | Jack Lloyd | 2017-08-30 | 1 | -0/+9 |