Home
last modified time | relevance | path

Searched hist:"574 bbf4f681bb4677d58ddc941f90e9af0a5f283" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arc/
H A Dconfig.mk574bbf4f681bb4677d58ddc941f90e9af0a5f283 Wed May 13 09:49:31 UTC 2015 Masahiro Yamada <yamada.masahiro@socionext.com> arc: use more universal prefix for default CROSS_COMPILE

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 <yamada.masahiro@socionext.com>