mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
- enable libm for x86/arm - update ieee754 to slightly changed output - remove openlibm from port fixes #4213
8 lines
119 B
Makefile
8 lines
119 B
Makefile
LIBM_LD80 = yes
|
|
|
|
include $(REP_DIR)/lib/mk/libm.inc
|
|
|
|
SRC_C += msun/i387/fenv.c
|
|
|
|
vpath msun/i387/fenv.c $(LIBC_DIR)/lib
|