]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
build:arm: Remove setting of CROSS_COMPILE environment variable
authorŁukasz Majewski <l.majewski@samsung.com>
Tue, 18 Mar 2014 15:46:48 +0000 (16:46 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 7 Apr 2014 18:04:36 +0000 (20:04 +0200)
commit42f5e8a25ad1a7504502e7f11ff4d563f1d6f1dd
treeb53c2b3bcc6a2dd9d84948e074dfcca614a4d093
parent284bb60ed6636df3794ba102dd4325a96f1206e9
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: Lukasz Majewski <l.majewski@samsung.com>
Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/config.mk