We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cfebf commit bd901d8Copy full SHA for bd901d8
arc-versions.sh
@@ -77,7 +77,7 @@ done
77
# That should be a separate variable to allow for a straightforward creation of
78
# new releases, where we want default to point to release, instead of dev
79
# branch.
80
-default_toolchain_config=arc-2015.06-rc2
+default_toolchain_config=arc-2015.06
81
82
# Specify the default versions to use as a string <tool>:<branch>. Those are
83
# taken from the checkout configuration file. Only actually matters if
config/arc-2015.06.sh
@@ -0,0 +1,7 @@
1
+cgen=cgen:arc-2015.06
2
+binutils=binutils:arc-2015.06
3
+gcc=gcc:arc-2015.06
4
+gdb=gdb:arc-2015.06-gdb
5
+newlib=newlib:arc-2015.06
6
+uclibc=uClibc:arc-2015.06
7
+linux=linux:arc-gnu-2015.06
0 commit comments