mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
9d9b3dc0d5
commit
5845f66123
1 changed files with 0 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
# Rick Chen, Andes Technology Corporation <rick@andestech.com>
|
||||
#
|
||||
|
||||
ifeq ($(CROSS_COMPILE),)
|
||||
CROSS_COMPILE := riscv32-unknown-linux-gnu-
|
||||
endif
|
||||
|
||||
32bit-emul := elf32lriscv
|
||||
64bit-emul := elf64lriscv
|
||||
|
||||
|
|
Loading…
Reference in a new issue