Skip to content

Commit 915cfde

Browse files
committed
korg-toolchains: Update to 12.2.0
Add 12.2.0 and download it by default as the modern toolchain.
1 parent 9a00d12 commit 915cfde

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

external/korg-toolchains/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ ARCHES := alpha \
5050
x86_64 \
5151
xtensa
5252

53-
VERSIONS := 12.1.0 \
53+
VERSIONS := 12.2.0 \
54+
12.1.0 \
5455
11.3.0 \
5556
11.1.0 \
5657
10.3.0 \
@@ -86,8 +87,8 @@ download-all: $(ALL_TARGETS)
8687

8788
CLEAN_DIRS := $(patsubst %,gcc-%-nolibc,$(VERSIONS))
8889

89-
# Only download powerpc 11.1.0 & 5.5.0 by default
90-
download: gcc-11.1.0-nolibc/powerpc64-linux gcc-5.5.0-nolibc/powerpc64-linux
90+
# Only download powerpc 12.2.0 & 5.5.0 by default
91+
download: gcc-12.2.0-nolibc/powerpc64-linux gcc-5.5.0-nolibc/powerpc64-linux
9192

9293
prepare: download
9394

0 commit comments

Comments
 (0)