Skip to content

Commit 608b3c9

Browse files
Create arc-versions.sh for tag arc-2015.12-rc1
1 parent 28b543f commit 608b3c9

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.06
80+
default_toolchain_config=arc-2015.12-rc1
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-2015.12-rc1.sh

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

0 commit comments

Comments
 (0)