From 2423759d7db3146c7d278ee3267f792846f415c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 12 Jul 2022 14:23:12 +0300 Subject: [PATCH] readme: update clang and glibc versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c07622..474b03d 100644 --- a/README.md +++ b/README.md @@ -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.