summaryrefslogtreecommitdiffhomepage
path: root/sysinfo/toolchain
AgeCommit message (Collapse)AuthorFilesLines
2017-11-23build system: added PERK to the toolchain variables.midipix2-0/+2
2017-10-31build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2017-10-25build system: PE targets: added mdso-based import library generation support.midipix2-0/+2
2016-05-10build system: upgrade build system, eliminate differences in core definitions.midipix2-0/+2
Prior to this patch, there were several differences between this project's build system and the one from which it was derived (sofort). Although the differences were very minor and for the most part related to this project being part of a free-standing, midipix-specific development framework, they still added an extra maintenance burden, specifically by requiring that common changes be applied via patch(1) rather than git-am(1). Following recent improvements to the common build system, it is now possible to have a free-standing, midipix-specific project without any changes to the core build system files, hence the current upgrade.
2016-02-27build system: --toolchain: initial implementation.midipix2-0/+34
2016-02-27build system: use the term 'compiler' rather than 'toolchain' where applicable.midipix3-139/+0
2015-10-31build system: gcc: add missing cross-compilation conditional.midipix1-1/+5
2015-10-31build system: fix support of CC, CPP, and CXX directly passed to configure.midipix3-9/+51
2015-10-31build system: include host definitions prior to toolchain definitionsmidipix1-1/+1
and fix CC accordingly.
2015-10-31build system: add cparser support.midipix1-0/+34
2015-10-31build system: add missing -E in clang's CPP variable definition.midipix1-1/+1
2015-09-26makefile replacement: step 2/2: use the midipix build template.midipix2-0/+59