
9 Apr
2014
9 Apr
'14
4:09 a.m.
Hi Albert,
Applied to u-boot-arm/master, thanks!
BTW, you failed to rephrase the commit message. Anyway it's too late and OK for me.
-- 8< -- For building u-boot on ARM the CROSS_COMPILE environment variable, when not defined, was set to default value (prefix arm-linux-).
Since not all cross compilers have the arm-linux- prefix and this setting prevents from building u-boot on natively arm powered devices it would be best to remove it.
As a side note: The most universal way to cross compile u-boot is to specify the CROSS_COMPILE environment variable explicitly - e.g.: CROSS_COMPILE=/ .... /arm-v7a-linux-gnueabi- make
-- >8 --
Best Regards Masahiro Yamada