Skip to content

Commit 89be5dc

Browse files
Create arc-versions.sh for tag arc-2016.03
1 parent 6285f5f commit 89be5dc

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
@@ -77,7 +77,7 @@ done
7777
# That should be a separate variable to allow for a straightforward creation of
7878
# new releases, where we want default to point to release, instead of dev
7979
# branch.
80-
default_toolchain_config=arc-2016.03-rc2
80+
default_toolchain_config=arc-2016.03
8181

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

config/arc-2016.03.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cgen=cgen:arc-2016.03
2+
binutils=binutils:arc-2016.03
3+
gcc=gcc:arc-2016.03
4+
gdb=gdb:arc-2016.03-gdb
5+
newlib=newlib:arc-2016.03
6+
uclibc=uClibc:arc-2016.03
7+
linux=linux:arc-gnu-2016.03

0 commit comments

Comments
 (0)