aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Required changes according to the code reviewHegedüs Márton Csaba2018-06-111-3/+3
|
* Add support for GCC's --sysroot option to configure.pyHegedüs Márton Csaba2018-06-081-2/+2
|
* Keep cxx_abi_flags out of CXX, which may get overriddenLauri Nurmi2018-05-241-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 simplificationsJack Lloyd2018-04-111-11/+4
|
* Do not create shared library symlinks on OpenBSD.Alexander Bluhm2018-04-121-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 neededJack Lloyd2018-03-151-4/+4
| | | | See GH #1495
* Avoid defining LIB_LINK_CMD if we are not creating a shared object.Jack Lloyd2017-12-231-3/+2
| | | | Makes the output look buggy on non-shared builds
* Simplify how make flags are setJack Lloyd2017-12-121-6/+5
|
* Avoid a warning under AIX makeJack Lloyd2017-12-111-4/+2
| | | | It doesn't like variables that don't expand to anything.
* Add basic iteration constructs to template filesJack Lloyd2017-12-101-10/+24
| | | | Eliminates the last bits of makefile-specific syntax from configure.py
* Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-1/+3
|
* Add a script for generating the documentationJack Lloyd2017-12-041-22/+29
|
* Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-021-5/+6
| | | | Also remove a duplicated block (rebase error)
* Fix macOS dynamic linkJack Lloyd2017-12-011-4/+3
|
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-011-0/+117