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
7 lines
147 B
Makefile
7 lines
147 B
Makefile
include $(REP_DIR)/lib/mk/libc.mk
|
|
|
|
INC_DIR += $(REP_DIR)/src/lib/libc/spec/x86_32
|
|
INC_DIR += $(LIBC_DIR)/include/spec/x86_32
|
|
|
|
CC_CXX_WARN_STRICT =
|