Added memory backend
Updated by Viktor Reusch for the new l4re-base-25.08.0. Co-authored-by: vreusch <viktor.reusch@barkhauseninstitut.org>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
requires: stdlibs
|
||||
requires: stdlibs libstdc++ libc_be_mem
|
||||
Maintainer: adam@l4re.org
|
||||
|
||||
@@ -4,7 +4,7 @@ L4DIR ?= $(PKGDIR)/../..
|
||||
TARGET = ipcbench ipcbench_parallel \
|
||||
ipcbench_client ipcbench_server \
|
||||
syscallbench syscallbench_parallel
|
||||
REQUIRES_LIBS = libpthread
|
||||
REQUIRES_LIBS = libc_be_mem libstdc++ libpthread
|
||||
SRC_C_ipcbench = ipcbench.c ipc_common.c
|
||||
SRC_C_ipcbench_parallel = ipcbench_parallel.c ipc_common.c
|
||||
SRC_C_ipcbench_client = ipcclient.c
|
||||
|
||||
Reference in New Issue
Block a user