Skip to content

Commit 731a77e

Browse files
committed
Create arc-versions.sh for tag arc-2020.03-release
1 parent 4c912b8 commit 731a77e

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.03-rc2
76+
default_toolchain_config=arc-2020.03-release
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.03-release.sh

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

0 commit comments

Comments
 (0)