Skip to content
Snippets Groups Projects
Commit 42f5e8a2 authored by Łukasz Majewski's avatar Łukasz Majewski Committed by Albert ARIBAUD
Browse files

build:arm: Remove setting of CROSS_COMPILE environment variable


After Kbuild introduction, the CROSS_COMPILE environment variable has been
set to some default value (prefix arm-linux-).

This shall be removed since it breaks building u-boot for native arm target
(like qemu ARM).
Moreover not all compilers have arm-linux- prefix.

Additionally the u-boot cross compiles with CROSS_COMPILE= set explicitly-
e.g.:
CROSS_COMPILE=/ .... /arm-v7a-linux-gnueabi- make

Signed-off-by: default avatarLukasz Majewski <l.majewski@samsung.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 284bb60e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment