Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | Introduce configuration variable TOOLCHAIN_CONFIG | Oliver Reiche | |
... to pass along toolchain settings for current and future toolchain definitions. Configuration variable COMPILER_FAMILY is replaced by TOOLCHAIN_CONFIG["FAMILY"]. | |||
2023-05-03 | grpc: fix build fail with protobuf in debug mode | Paul Cristian Sarbu | |
2023-04-28 | external: Update protobuf to version 3.21.12 | Sascha Roloff | |
2023-04-28 | external: Update zlib to version 1.2.13 | Sascha Roloff | |
2023-04-18 | imports: Match original export target names | Oliver Reiche | |
2022-11-21 | ["@", "zlib", "", "zlib"]: let "TARGET_ARCH" default to "ARCH" | Klaus Aehlig | |
And in this way avoid that two configuration differing only in an unset TARGET_ARCH set to ARCH can be different due to one configration being in target-level cache, but not the other. | |||
2022-09-13 | Externals: Propagate ADD_{C,CXX}FLAGS variables | Oliver Reiche | |
2022-09-13 | Externals: Propagate CC/CXX/CFLAGS/CXXFLAGS variables | Oliver Reiche | |
2022-09-13 | Externals: Propagate 'COMPILER_FAMILY' and 'DEBUG' variables | Oliver Reiche | |
2022-06-13 | zlib: Define as export target | 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> |