From 7101970b3cdb2a0190e69a98352275907ab935a4 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 11 Sep 2022 01:07:52 +0300 Subject: allow building with riscv64-linux-gnu + May warn about PHDR not being in LOAD, there is a flag to silence it (--no-warn-rwx-segment) but it doesn't seem to exist in riscv64-unknown-elf for some reason. --- arch/riscv64/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/riscv64/config.h') diff --git a/arch/riscv64/config.h b/arch/riscv64/config.h index 5ea5482..7606e38 100644 --- a/arch/riscv64/config.h +++ b/arch/riscv64/config.h @@ -98,7 +98,7 @@ #define UVMEM_START (SZ_4K) #define UVMEM_END (SZ_4G - SZ_8M) -#define PROC_STACK_TOP (SZ_4G) -#define PROC_STACK_BASE (SZ_4G - SZ_8M) +#define RPC_STACK_TOP (SZ_4G) +#define RPC_STACK_BASE (SZ_4G - SZ_8M) #endif #endif /* APOS_RISCV_CONFIG_H */ -- cgit v1.3