Files
genode/repos/ports/lib/mk/seoul_libc_support.mk
Norman Feske 366bba0227 Exclude higher-level repos from strict warnings
This is a follow-up commit to "Increase default warning level", which
overrides Genode's new default warning level for targets contained in
higher-level repositories. By explicitly whitelisting all those targets,
we can selectively adjust them to the new strictness over time - by
looking out for 'CC_CXX_WARN_STRICT' in the target description files.

Issue #465
2018-01-17 12:14:36 +01:00

10 lines
332 B
Makefile

include $(call select_from_repositories,lib/mk/libc-common.inc)
SRC_C = stdlib/strtoul.c
SRC_C += $(addprefix string/,strchr.c strncpy.c strspn.c strcspn.c strstr.c strlen.c strnlen.c strcpy.c memcmp.c strcmp.c)
SRC_C += sys/__error.c gen/errno.c locale/none.c locale/table.c
vpath %.c $(LIBC_DIR)/lib/libc
CC_CXX_WARN_STRICT =