Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | rules: move compiler/flags computation into expressions | Klaus Aehlig | |
On the one hand, this keeps the rules files more readable. On the other hand, we can even deduplicate code, as those expressions are used twice. | |||
2022-03-03 | CC rules: Add support for local cflags | Oliver Reiche | |
2022-02-22 | Initial self-hosting commit | Klaus Aehlig | |
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com> |