mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Userland+Tests: Add initial riscv64 support
This commit is contained in:
parent
c6b2a07326
commit
6824d2a788
23 changed files with 262 additions and 34 deletions
|
@ -24,6 +24,10 @@ namespace Web {
|
|||
# define CPU_STRING "AArch64"
|
||||
#elif ARCH(I386)
|
||||
# define CPU_STRING "x86"
|
||||
#elif ARCH(RISCV64)
|
||||
# define CPU_STRING "RISC-V 64"
|
||||
#else
|
||||
# error Unknown architecture
|
||||
#endif
|
||||
|
||||
#if defined(AK_OS_SERENITY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue