Skip to content

Commit 2263b4d

Browse files
Create arc-versions.sh for tag arc-2020.09-rc1
1 parent 7d55104 commit 2263b4d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

arc-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ done
7373
# That should be a separate variable to allow for a straightforward creation of
7474
# new releases, where we want default to point to release, instead of dev
7575
# branch.
76-
default_toolchain_config=arc-2020.09-eng008
76+
default_toolchain_config=arc-2020.09-rc1
7777

7878
# Specify the default versions to use as a string <tool>:<branch>. Those are
7979
# taken from the checkout configuration file. Only actually matters if

config/arc-2020.09-rc1.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
binutils=binutils:arc-2020.09-rc1
2+
gcc=gcc:arc-2020.09-rc1
3+
gdb=gdb:arc-2020.09-rc1-gdb
4+
glibc=glibc:arc-2020.09-rc1
5+
newlib=newlib:arc-2020.09-rc1
6+
uclibc=uclibc-ng:v1.0.34
7+
linux=linux:linux-5.7.y

0 commit comments

Comments
 (0)