[LEDE-DEV] [PATCH] toolchain/arc: update to the most recent release arc-2016.09

Felix Fietkau nbd at nbd.name
Fri Feb 17 07:14:14 PST 2017


On 2017-02-15 15:48, Alexey Brodkin wrote:
> arc-2016.09 is the most recent toolchain for ARC cores and
> it is based on top of upstream Binutils 2.27 and GCC 6.2.1.
> 
> With updated major version of GCC we copied all GCC 6.x patches
> for ARC as well as Bintils 2.27 patches.
> 
> Note that toochain sports ARCv4 ABI and so must be used
> with 4.8+ Linux kernels. Even though it will build v4.4 kernel
> perfectly fine on attempt to run user-space apps they won't
> work with older kernel. That said previuosly sent RFC patches with
> Linux kernel update are required:
>  [1] https://patchwork.ozlabs.org/patch/726686/
>  [2] https://patchwork.ozlabs.org/patch/726687/
> 
> Signed-off-by: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
> ---
> index 34c597c..e6e2d9a 100644
> --- a/toolchain/gcc/Config.in
> +++ b/toolchain/gcc/Config.in
> @@ -22,11 +22,6 @@ choice
>  
>  endchoice
>  
> -config GCC_USE_GRAPHITE
> -	depends on !GCC_VERSION_4_8_ARC
> -	bool
> -	prompt "Compile in support for the new Graphite framework in GCC 4.4+" if TOOLCHAINOPTS
> -
This is wrong. Please remove the dependency, not the whole symbol.

- Felix



More information about the Lede-dev mailing list