mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Everywhere: Add RISC-V 64 target to the build system
This is a minimal set of changes to allow `serenity.sh build riscv64` to successfully generate the build environment and start building. This includes some, but not all, assembly stubs that will be needed later on; they are currently empty.
This commit is contained in:
parent
c63fe0e1f1
commit
096cecb95e
12 changed files with 39 additions and 4 deletions
1
Userland/Libraries/LibELF/Arch/riscv64/entry.S
Normal file
1
Userland/Libraries/LibELF/Arch/riscv64/entry.S
Normal file
|
@ -0,0 +1 @@
|
|||
# Intentionally empty.
|
1
Userland/Libraries/LibELF/Arch/riscv64/plt_trampoline.S
Normal file
1
Userland/Libraries/LibELF/Arch/riscv64/plt_trampoline.S
Normal file
|
@ -0,0 +1 @@
|
|||
# Intentionally empty.
|
Loading…
Add table
Add a link
Reference in a new issue