1
Fork 0

readme: update clang and glibc versions

nix
Motiejus Jakštys 2022-07-12 14:23:12 +03:00
parent df11a2af38
commit 2423759d7d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Bazel zig cc toolchain
This is a C/C++ toolchain that can (cross-)compile C/C++ programs. It contains
clang-13, musl, glibc 2-2.35, all in a ~40MB package. Read
clang-14, musl, glibc 2-2.34, all in a ~50MB package. Read
[here](https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html)
about zig-cc; the rest of the README will present how to use this toolchain
from Bazel.