Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Required changes according to the code review | Hegedüs Márton Csaba | 2018-06-11 | 1 | -3/+3 |
| | |||||
* | Add support for GCC's --sysroot option to configure.py | Hegedüs Márton Csaba | 2018-06-08 | 1 | -2/+2 |
| | |||||
* | Keep cxx_abi_flags out of CXX, which may get overridden | Lauri Nurmi | 2018-05-24 | 1 | -6/+7 |
| | | | | Overriding CXX with the make command results in cxx_abi_flags being ignored, which in turn may lead to a linking error. | ||||
* | Some makefile simplifications | Jack Lloyd | 2018-04-11 | 1 | -11/+4 |
| | |||||
* | Do not create shared library symlinks on OpenBSD. | Alexander Bluhm | 2018-04-12 | 1 | -0/+2 |
| | | | | | | | | Symlinks to shared libraries confuse the OpenBSD dynamic linker. We need one file with two numbers. The problem became apparent when the abi_rev and the OpenBSD ports shared libs numbers diverged. Add a new conditional variable symlink_shared_lib to suppress the symlink in the makefile. | ||||
* | Put ISA enabling flags after CXXFLAGS to override as needed | Jack Lloyd | 2018-03-15 | 1 | -4/+4 |
| | | | | See GH #1495 | ||||
* | Avoid defining LIB_LINK_CMD if we are not creating a shared object. | Jack Lloyd | 2017-12-23 | 1 | -3/+2 |
| | | | | Makes the output look buggy on non-shared builds | ||||
* | Simplify how make flags are set | Jack Lloyd | 2017-12-12 | 1 | -6/+5 |
| | |||||
* | Avoid a warning under AIX make | Jack Lloyd | 2017-12-11 | 1 | -4/+2 |
| | | | | It doesn't like variables that don't expand to anything. | ||||
* | Add basic iteration constructs to template files | Jack Lloyd | 2017-12-10 | 1 | -10/+24 |
| | | | | Eliminates the last bits of makefile-specific syntax from configure.py | ||||
* | Argh nmake doesn't know about .PHONY | Jack Lloyd | 2017-12-04 | 1 | -1/+3 |
| | |||||
* | Add a script for generating the documentation | Jack Lloyd | 2017-12-04 | 1 | -22/+29 |
| | |||||
* | Accept CXXFLAGS and LDFLAGS from environment (GH #1237) | Jack Lloyd | 2017-12-02 | 1 | -5/+6 |
| | | | | Also remove a duplicated block (rebase error) | ||||
* | Fix macOS dynamic link | Jack Lloyd | 2017-12-01 | 1 | -4/+3 |
| | |||||
* | Merge the gnumake and nmake makefiles | Jack Lloyd | 2017-12-01 | 1 | -0/+117 |