generic: groundwork for RISC-V

Add build infrastructure for RISC-V.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
(cherry picked from commit 50c05f6cd7)
This commit is contained in:
Zoltan HERPAI
2018-12-16 10:45:53 +01:00
parent 848759c236
commit 341e312ada
4 changed files with 41 additions and 0 deletions

View File

@@ -184,6 +184,10 @@ config powerpc64
select ARCH_64BIT
bool
config riscv64
select ARCH_64BIT
bool
config sh3
bool
@@ -223,6 +227,7 @@ config ARCH
default "mips64el" if mips64el
default "powerpc" if powerpc
default "powerpc64" if powerpc64
default "riscv64" if riscv64
default "sh3" if sh3
default "sh3eb" if sh3eb
default "sh4" if sh4