1add_entrypoint_object(
2  __assert_fail
3  SRCS
4    __assert_fail.cpp
5  HDRS
6    __assert_fail.h
7    assert.h
8  DEPENDS
9    # These two dependencies are temporary and should be replaced by fprintf
10    # later.
11    libc.config.linux.linux_syscall_h
12    libc.include.sys_syscall
13    libc.src.stdlib.abort
14)
15