Hi Joe.

2015-05-12 2:23 GMT+09:00 Joe Hershberger <joe.hershber...@ni.com>:
> The arc architecture is supported by U-Boot, so add a mapping here
> for it as well.
>
> Signed-off-by: Joe Hershberger <joe.hershber...@ni.com>
> ---
>
> Changes in v2: None
>
>  tools/moveconfig.py | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/moveconfig.py b/tools/moveconfig.py
> index 30dc4f6..c81f32c 100755
> --- a/tools/moveconfig.py
> +++ b/tools/moveconfig.py
> @@ -26,6 +26,7 @@ SLEEP_TIME=0.03
>
>  CROSS_COMPILE = {
>      'aarch64': 'aarch64-linux-',
> +    'arc': 'arc-linux-',
>      'arm': 'arm-unknown-linux-gnueabi-',
>      'avr32': 'avr32-linux-',
>      'blackfin': 'bfin-elf-',


IIRC, I intentionally did not add it
because the default ARC CROSS_COMPILE is defined by arch/arc/config.mk
(Looks like ARC wants to choose little/big endian variants
depending on the configuration, although it might not be an issue for
this tool.)

Better to override it?


-- 
Best Regards
Masahiro Yamada
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to