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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user