mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-04 21:14:13 +00:00
11 lines
144 B
Makefile
11 lines
144 B
Makefile
|
LIBM_LD128 = yes
|
||
|
|
||
|
include $(REP_DIR)/lib/mk/libm.inc
|
||
|
|
||
|
#
|
||
|
# RISC-V specific
|
||
|
#
|
||
|
SRC_C += msun/riscv/fenv.c
|
||
|
|
||
|
vpath msun/riscv/fenv.c $(LIBC_DIR)/lib
|