index
:
~aehlig/just-buildsystem/bootstrappable-toolchain.git
master
A C/C++ toolchain bootstrappable out of a C compiler (with libc) and /bin/sh.
Klaus Aehlig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compilers
Age
Commit message (
Expand
)
Author
2025-06-12
clang: Support providing lld linker in toolchain
Paul Cristian Sarbu
2025-06-12
Add IWYU support to clang 20 toolchain
Paul Cristian Sarbu
2025-04-02
Add Clang 20.1.0
Oliver Reiche
2025-04-02
Add Clang 19.1.1
Oliver Reiche
2024-11-07
Build iwyu as a linting tool of clang-18
Maksim Denisov
2024-11-07
Simplify logic of INCLUDE_LINTER lookup in clang-18
Maksim Denisov
2024-11-07
Install binutils for clang-18 to a separate directory
Maksim Denisov
2024-09-27
clang: use provided ${CMAKE} variable
Klaus Aehlig
2024-09-27
clang: set CMAKE_MAKE_PROGRAM explicitly to ${MAKE}
Klaus Aehlig
2024-08-23
clang: Add support for building clang-tidy
Oliver Reiche
2024-06-28
Production stages: use ["shell", "cmds"]
Klaus Aehlig
2024-05-13
Add gcc 14.1.0
Oliver Reiche
2024-04-04
Add clang 18.1.1
Oliver Reiche
2024-04-04
musl-gcc: Ship mimalloc.o with musl GCCs
Oliver Reiche
2023-12-21
gcc-musl: Support building as crossed native
Oliver Reiche
2023-12-21
gcc-musl: Disable fixincludes
Oliver Reiche
2023-12-21
gcc-musl: Set fully qualified MUSL_TARGET
Oliver Reiche
2023-12-21
gcc-musl: Unify static and non-static descriptions
Oliver Reiche
2023-12-21
gcc-musl-static: Do not build shared gcc libs
Oliver Reiche
2023-12-21
gcc-musl: Add libc.so to non-static runlibs
Oliver Reiche
2023-12-21
gcc-musl-static: Fix missing build dir substitution
Oliver Reiche
2023-12-21
gcc-musl-static: Support cross-compiler build
Oliver Reiche
2023-12-21
gcc-musl: Fix stripping of binaries and libs
Oliver Reiche
2023-11-29
Remove unnecessary copies
Oliver Reiche
2023-11-29
Update to latest rules
Oliver Reiche
2023-10-20
Initial commit
Oliver Reiche