From 732169aae4573c0b22ffa1c4b4582b3cae83a7b5 Mon Sep 17 00:00:00 2001 From: Mikhail Falaleev Date: Tue, 20 Oct 2020 12:58:13 +0300 Subject: [PATCH] README: Mention arc-2020.09-release tag for this release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7831ab01..c4d9e447 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ components to versions corresponding to the toolchain branch. Build script from development branch of toolchain repository will by default check out latest development branches of components. Build script from release and staging branches will check out components to the corresponding git tag. For example -build script for 2020.03 release will checkout out components to arc-2020.03-release +build script for 2020.09 release will checkout out components to arc-2020.09-release tag. @@ -235,10 +235,10 @@ If current working directory is not a "toolchain" directory, then change to it: $ cd toolchain This repository can be checked out to a specific GNU Toolchain for ARC release -by specifying a particular release tag, for example for 2020.03 release that +by specifying a particular release tag, for example for 2020.09 release that would be: - $ git checkout arc-2020.03-release + $ git checkout arc-2020.09-release Building the Toolchain