summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/riscv64/Makefile.arch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-17 15:44:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-17 15:46:44 +0200
commit8b1f6b2e08ed3c15484c2ca0c3f0a45125c559c1 (patch)
tree763fbe923f69a3b57565ef62948b233d7269fa68 /libc/sysdeps/linux/riscv64/Makefile.arch
parent00972c02c2b6e0a95d5def4a71bdfb188e091782 (diff)
riscv64: add __riscv_flush_icache
Always use the systemcall as uClibc-ng has no vdso support. Tested with libffi and python in qemu-system-riscv64.
Diffstat (limited to 'libc/sysdeps/linux/riscv64/Makefile.arch')
-rw-r--r--libc/sysdeps/linux/riscv64/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/riscv64/Makefile.arch b/libc/sysdeps/linux/riscv64/Makefile.arch
index 74c074852..21ecaa65b 100644
--- a/libc/sysdeps/linux/riscv64/Makefile.arch
+++ b/libc/sysdeps/linux/riscv64/Makefile.arch
@@ -1,2 +1,2 @@
-CSRC-y := __syscall_error.c
+CSRC-y := __syscall_error.c cache.c
SSRC-y := __longjmp.S setjmp.S vfork.S clone.S