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 6285f5f commit 89be5dcCopy full SHA for 89be5dc
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-2016.03-rc2
+default_toolchain_config=arc-2016.03
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-2016.03.sh
@@ -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