Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matte1 committed Dec 19, 2023
1 parent ef7804d commit cfaa994
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ load("@bazel_bootlin//toolchains:toolchains.bzl", "bootlin_toolchain_deps")

bootlin_toolchain_deps(
architecture = "x86-64-core-i7",
cstdlib = "gnu",
buildroot_version = "2020.08-1",
)
```

* `architecture` - refers to the [architecture
string](https://toolchains.bootlin.com/toolchains.html) used by Bootlin.
* `cstdlib` - refers to the [cstiblib string](https://toolchains.bootlin.com/releases_x86-64-core-i7.html#:~:text=64%2Dcore%2Di7%2D%2D-,glibc%2D%2Dstable,-%2D2022.08%2D1%20Download)
* `buildroot_version` - refers to the [Buildroot version
string](https://toolchains.bootlin.com/releases_x86-64-core-i7.html#:~:text=i7%2D%2Dglibc%2D%2Dstable%2D-,2021.11%2D1,-Download%20sha256)
used by Bootlin.
Expand All @@ -49,12 +51,12 @@ used by Bootlin.
Currently `bazel_bootlin` only provides the "glibc--stable" version of the following Bootlin
toolchains:

| Architecture | Buildroot Version |
| --- | --- |
| `x86-64` | `2022.08-1`, `2021.11-5` |
| `x86-64-core-i7` | `2020.08-1` |
| `aarch64` | `2021.11-1`, `2020.08-1` |
| `armv7-eabihf` | `2020.08-1` |
| Architecture | cstdlib | Buildroot Version |
| --- | --- | --- |
| `x86-64` | `gnu` | `2022.08-1`, `2021.11-5` |
| `x86-64-core-i7` |`gnu` | `2020.08-1` |
| `aarch64` | `gnu`, `musl` | `2021.11-1`, `2020.08-1` |
| `armv7-eabihf` | `gnu` | `2020.08-1` |

This list is easily expanded. If a toolchain of interest isn't available feel free to submit and
[issue](https://github.com/agoessling/bazel_bootlin/issues), or alternatively take a look at
Expand Down

0 comments on commit cfaa994

Please sign in to comment.