Skip to content

Commit 6285f5f

Browse files
Create arc-versions.sh for tag arc-2016.03-rc2
1 parent 42f0842 commit 6285f5f

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-2015.12
80+
default_toolchain_config=arc-2016.03-rc2
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-rc2.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-rc2
2+
binutils=binutils:arc-2016.03-rc2
3+
gcc=gcc:arc-2016.03-rc2
4+
gdb=gdb:arc-2016.03-rc2-gdb
5+
newlib=newlib:arc-2016.03-rc2
6+
uclibc=uClibc:arc-2016.03-rc2
7+
linux=linux:arc-gnu-2016.03-rc2

0 commit comments

Comments
 (0)