Skip to content

Commit b7350f4

Browse files
committed
1 parent 88593b6 commit b7350f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ Different toolchains
5151

5252
There are images for various toolchains, they are encoded in the distro name/version.
5353

54+
- `[email protected]`: kernel.org gcc 14.2.0, binutils 2.42
55+
- `[email protected]`: kernel.org gcc 14.1.0, binutils 2.42
56+
- `[email protected]`: kernel.org gcc 13.1.0, binutils 2.42
57+
- `[email protected]`: kernel.org gcc 13.1.0, binutils 2.41
5458
- `[email protected]`: kernel.org gcc 13.1.0, binutils 2.40
59+
- `[email protected]`: kernel.org gcc 12.3.0, binutils 2.42
5560
- `[email protected]`: kernel.org gcc 12.3.0, binutils 2.40
5661
- `[email protected]`: kernel.org gcc 12.2.0, binutils 2.39
5762
- `[email protected]`: kernel.org gcc 12.1.0, binutils 2.38

build/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ endif
1717
1818

1919
FEDORA_DISTROS := fedora@${FEDORA_LATEST} fedora@39 fedora@38 fedora@37 fedora@36 fedora@35 fedora@34 fedora@33 fedora@31 fedora
20-
20+
21+
2122
2223
2324
ALL_DISTROS := ${UBUNTU_DISTROS} ${KORG_DISTROS} ${FEDORA_DISTROS}

0 commit comments

Comments
 (0)