summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-06-16Documentation: describe how to programatically obtain host paths on NixOSKlaus T. Aehlig
2025-06-12clang: Support providing lld linker in toolchainPaul Cristian Sarbu
Add new TOOLCHAIN_CONFIG flag that enables the lld project in the built toolchain.
2025-06-12Add IWYU support to clang 20 toolchainPaul Cristian Sarbu
2025-04-02Update repository import in READMEOliver Reiche
2025-04-02Add Clang 20.1.0Oliver Reiche
2025-04-02Add Clang 19.1.1Oliver Reiche
2025-04-02Bump GCC version from 14.1 to 14.2Oliver Reiche
2024-12-19Support wrapping bootstrap CC for autotoolsKlaus 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-23clang: Add support for building clang-tidyOliver Reiche
2024-07-09Bump clang 18 to 18.1.8Oliver Reiche
2024-07-09Bump gcc 13 to 13.3.0Oliver Reiche
2024-06-28Document that coreutils are no longer a requirementKlaus Aehlig
2024-05-13Add gcc 14.1.0Oliver Reiche
2024-05-13Bump clang 18 to 18.1.4Oliver Reiche
2024-04-04Add clang 18.1.1Oliver Reiche
2024-04-04Bump clang 17 to 17.0.6Oliver Reiche
2024-04-04musl-gcc: Ship mimalloc.o with musl GCCsOliver Reiche
2024-01-10Introduce and honor BOOTSTRAP_CFLAGSOliver 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-21gcc-musl: Support building as crossed nativeOliver Reiche
2023-12-21gcc-musl-static: Support cross-compiler buildOliver Reiche
2023-11-29Bump clang 17 to version 17.0.5Oliver Reiche
2023-10-23Fix typosOliver Reiche
2023-10-20Initial commitOliver Reiche