]> git.karo-electronics.de Git - karo-tx-linux.git/commit
h8300: Don't set CROSS_COMPILE unconditionally
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 16 Oct 2015 11:31:27 +0000 (13:31 +0200)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 21 Oct 2015 14:03:22 +0000 (23:03 +0900)
commit6829bca19fa4916e02d1098a61099261d20f84eb
tree70da3182aaeb1065344516560eb6af7de76a20ee
parentfce2a6bf0840c9d7c841beb4963d424e6e599c13
h8300: Don't set CROSS_COMPILE unconditionally

The h8300 architecture Makefile sets the CROSS_COMPILE variable to
"h8300-unknown-linux-" unconditionally but doing that prevents the
variable to be used if a toolchain with a different binary name is
installed in the machine.

So only set CROSS_COMPILE to that default if the variable has not
been set by the user before.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/h8300/Makefile