From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 13 May 2015 10:41:41 +0000 Subject: [U-Boot] [PATCH v2] arc: use more universal prefix for default CROSS_COMPILE In-Reply-To: <1431510571-30788-1-git-send-email-yamada.masahiro@socionext.com> References: <1431510571-30788-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <1431513700.15723.0.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Masahiro-san, On Wed, 2015-05-13 at 18:49 +0900, Masahiro Yamada wrote: > As doc/README.ARC says, pre-build ARC toolchains are available at > the Synopsys GitHub page. > > The bin files are prefixed with arc(eb)-buildroot-linux- for earlier > releases, but with arc(eb)-snps-linux- for the latest releases. > > The symbolic links prefixed with arc(eb)-linux- are also available > for all the release, so those prefixes can be used as the default > CROSS_COMPILE regardless of the toolchains version/variants. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - Use "arc(eb)-linux-" rather than "arc(eb)-linux-uclibc-" Applied! Thanks, Alexey