mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
7c976a83e0
libc-gen, libc-setjmp, task startup issue #4312
10 lines
179 B
Makefile
10 lines
179 B
Makefile
LIBC_GEN_RISCV_DIR = $(LIBC_DIR)/lib/libc/riscv/gen
|
|
|
|
SRC_S = _setjmp.S setjmp.S
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.S $(LIBC_GEN_RISCV_DIR)
|
|
|
|
CC_CXX_WARN_STRICT =
|