17 lines · plain
1# If we are in full build mode, we will provide the errno definition ourselves,2# and if we are in overlay mode, we will just re-use the system's errno.3 4add_entrypoint_object(5 errno6 SRCS7 libc_errno.cpp8 HDRS9 ../__support/libc_errno.h10 DEPENDS11 libc.hdr.errno_macros12 libc.src.__support.common13 libc.src.__support.libc_errno14 libc.src.__support.macros.attributes15 libc.src.__support.macros.config16)17