mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Add libc/compat to libc, fix #63
This commit is contained in:
parent
26915c14b7
commit
c4adddb6b7
7
libports/lib/mk/libc-compat.mk
Normal file
7
libports/lib/mk/libc-compat.mk
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
LIBC_COMPAT_DIR = $(LIBC_DIR)/libc/compat-43
|
||||||
|
|
||||||
|
SRC_C = $(filter-out $(FILTER_OUT),$(notdir $(wildcard $(LIBC_COMPAT_DIR)/*.c)))
|
||||||
|
|
||||||
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
||||||
|
|
||||||
|
vpath %.c $(LIBC_COMPAT_DIR)
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
LIBS = libc-string libc-locale libc-stdlib libc-stdio libc-gen libc-gdtoa \
|
LIBS = libc-string libc-locale libc-stdlib libc-stdio libc-gen libc-gdtoa \
|
||||||
libc-inet libc-stdtime libc-regex
|
libc-inet libc-stdtime libc-regex libc-compat
|
||||||
LIBS += timed_semaphore cxx
|
LIBS += timed_semaphore cxx
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -65,7 +65,6 @@ DUMMY( 0, getuid)
|
|||||||
DUMMY(-1, __has_sse)
|
DUMMY(-1, __has_sse)
|
||||||
DUMMY(-1, host_detect_local_cpu)
|
DUMMY(-1, host_detect_local_cpu)
|
||||||
DUMMY(-1, kill)
|
DUMMY(-1, kill)
|
||||||
DUMMY(-1, killpg)
|
|
||||||
DUMMY(-1, ksem_close)
|
DUMMY(-1, ksem_close)
|
||||||
DUMMY(-1, ksem_destroy)
|
DUMMY(-1, ksem_destroy)
|
||||||
DUMMY(-1, ksem_getvalue)
|
DUMMY(-1, ksem_getvalue)
|
||||||
|
Loading…
Reference in New Issue
Block a user