From d3e7a2b0ec126682de242e2a4ff9674912dbb3c7 Mon Sep 17 00:00:00 2001 From: Lenny Khazan Date: Fri, 2 Aug 2024 01:35:31 -0700 Subject: [PATCH] Add bazel-arm-none-eabi and toolchains_riscv_gnu (#148) Co-authored-by: Jin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eaa6243..d55503e 100644 --- a/README.md +++ b/README.md @@ -912,6 +912,8 @@ Toolchains enable authors to decouple their rule logic from platform-based selec - [vsco/bazel-toolchains](https://github.com/vsco/bazel-toolchains) - A collection of Bazel C++ build infrastructure based on Chromium's LLVM toolchain - [grailbio/bazel-toolchain](https://github.com/grailbio/bazel-toolchain) - LLVM toolchain for bazel - [bazelembedded/bazel-embedded](https://github.com/bazelembedded/bazel-embedded) - Set of bazel toolchains and tools, for compiling and uploading to embedded targets +- [hexdae/bazel-arm-none-eabi](https://github.com/hexdae/bazel-arm-none-eabi) - embedded ARM toolchain +- [hexdae/toolchains_riscv_gnu](https://github.com/hexdae/toolchains_riscv_gnu) - RISC-V toolchain - [f0rmiga/gcc-toolchain](https://github.com/f0rmiga/gcc-toolchain) - A fully-hermetic Bazel GCC toolchain for Linux ### Starlark