Skip to content

Commit 9272d86

Browse files
committed
korg-toolchains: Update available versions
1 parent 729e437 commit 9272d86

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

external/korg-toolchains/Makefile

+8-3
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,19 @@ ARCHES := alpha \
5050
x86_64 \
5151
xtensa
5252

53-
VERSIONS := 13.1.0 \
53+
VERSIONS := 13.2.0 \
54+
13.1.0 \
5455
12.3.0 \
5556
12.2.0 \
5657
12.1.0 \
58+
11.4.0 \
5759
11.3.0 \
5860
11.1.0 \
61+
10.5.0 \
62+
10.4.0 \
5963
10.3.0 \
6064
10.1.0 \
65+
9.5.0 \
6166
9.4.0 \
6267
9.3.0 \
6368
9.2.0 \
@@ -89,8 +94,8 @@ download-all: $(ALL_TARGETS)
8994

9095
CLEAN_DIRS := $(patsubst %,gcc-%-nolibc,$(VERSIONS))
9196

92-
# Only download powerpc 12.2.0 & 5.5.0 by default
93-
download: gcc-12.2.0-nolibc/powerpc64-linux gcc-5.5.0-nolibc/powerpc64-linux
97+
# Only download powerpc 13.2.0 & 5.5.0 by default
98+
download: gcc-13.2.0-nolibc/powerpc64-linux gcc-5.5.0-nolibc/powerpc64-linux
9499

95100
prepare: download
96101

0 commit comments

Comments
 (0)