Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-11-10 | build system: gcc: add missing cross-compilation conditional. | midipix | 1 | -1/+5 |
2016-11-10 | build system: fix support of CC, CPP, and CXX directly passed to configure. | midipix | 3 | -9/+51 |
2016-11-10 | build system: include host definitions prior to toolchain definitions and fix... | midipix | 1 | -1/+1 |
2016-11-10 | build system: add cparser support. | midipix | 1 | -0/+34 |
2016-11-10 | build system: add missing -E in clang's CPP variable definition. | midipix | 1 | -1/+1 |
2016-11-10 | build system: replace the build_ prefix with the more appropriate native_ pre... | midipix | 1 | -3/+3 |
2016-11-10 | build system: use toolchain as a build_cc default. | midipix | 1 | -3/+3 |
2016-11-10 | build system: assign variable values via '=' rather than '?='. | midipix | 2 | -2/+2 |
2016-11-10 | makefile replacement: step 2/2: use the midipix build template. | midipix | 2 | -0/+59 |