build:arm: Remove setting of CROSS_COMPILE environment variable
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 18 Mar 2014 15:39:46 +0000 (16:39 +0100)
committerLukasz Majewski <l.majewski@samsung.com>
Tue, 18 Mar 2014 15:48:58 +0000 (16:48 +0100)
commit9631cde1bdb50dc83701951ebafce35016efedb8
treee6abcb7bd836d9cd87d6b16b7b1a66ae6419543a
parente4b87e5b1d026bd010e2ba3abbf89561e8320287
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

Change-Id: Ie03a961040ca24019287c78c3e4a9462e8fc4cca
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/config.mk