mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
7c976a83e0
libc-gen, libc-setjmp, task startup issue #4312
9 lines
174 B
Makefile
9 lines
174 B
Makefile
include $(REP_DIR)/lib/mk/libc.mk
|
|
|
|
SRC_CC += fenv-softfloat.cc
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/libc/spec/riscv
|
|
INC_DIR += $(LIBC_DIR)/include/spec/riscv
|
|
|
|
CC_CXX_WARN_STRICT =
|