commit | 920f7dc2e6585b0fb47dd86f0b313f26db7f79ed | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Aug 06 19:15:38 2018 +0200 |
committer | Andes <uboot@andestech.com> | Wed Oct 03 17:49:44 2018 +0800 |
tree | aab8a485ab095c8c4915eca2e383aebe86410863 | |
parent | f25398e735a6e0f92a9a56b359f828d11998d506 [diff] |
riscv: allow native compilation If environment variable CROSS_COMPILE is not set, this indicates native compilation. In this case we should not set an arbitrary value which is not applicable for 64bit anyway. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>