Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-16 | Documentation: describe how to programatically obtain host paths on NixOS | Klaus T. Aehlig | |
2025-06-12 | clang: Support providing lld linker in toolchain | Paul Cristian Sarbu | |
Add new TOOLCHAIN_CONFIG flag that enables the lld project in the built toolchain. | |||
2025-06-12 | Add IWYU support to clang 20 toolchain | Paul Cristian Sarbu | |
2025-04-02 | Update repository import in README | Oliver Reiche | |
2025-04-02 | Add Clang 20.1.0 | Oliver Reiche | |
2025-04-02 | Add Clang 19.1.1 | Oliver Reiche | |
2025-04-02 | Bump GCC version from 14.1 to 14.2 | Oliver Reiche | |
2024-12-19 | Support wrapping bootstrap CC for autotools | Klaus Aehlig | |
During the initial bootstrap phase, an old autotools project (gcc 4.7.4) is built and this potentially with a new compiler. For some of the tests carried out by the autotools, the compiler is used without the CFLAGS provided. Therefore, offer to wrap the compiler with the given flags to avoid that the autotools draw incorrect conclusions if the compile attempt fails for a different reason, e.g., because implicit declarations are now considered errors by default by modern C compilers. | |||
2024-08-23 | clang: Add support for building clang-tidy | Oliver Reiche | |
2024-07-09 | Bump clang 18 to 18.1.8 | Oliver Reiche | |
2024-07-09 | Bump gcc 13 to 13.3.0 | Oliver Reiche | |
2024-06-28 | Document that coreutils are no longer a requirement | Klaus Aehlig | |
2024-05-13 | Add gcc 14.1.0 | Oliver Reiche | |
2024-05-13 | Bump clang 18 to 18.1.4 | Oliver Reiche | |
2024-04-04 | Add clang 18.1.1 | Oliver Reiche | |
2024-04-04 | Bump clang 17 to 17.0.6 | Oliver Reiche | |
2024-04-04 | musl-gcc: Ship mimalloc.o with musl GCCs | Oliver Reiche | |
2024-01-10 | Introduce and honor BOOTSTRAP_CFLAGS | Oliver Reiche | |
... and drop rule-injected LDFLAGS for all bootstrap targets in stage-0, as those flags might not be supported by the unknown bootstrap compiler. | |||
2023-12-21 | gcc-musl: Support building as crossed native | Oliver Reiche | |
2023-12-21 | gcc-musl-static: Support cross-compiler build | Oliver Reiche | |
2023-11-29 | Bump clang 17 to version 17.0.5 | Oliver Reiche | |
2023-10-23 | Fix typos | Oliver Reiche | |
2023-10-20 | Initial commit | Oliver Reiche | |