1add_loader_object(
2  crt1
3  SRC
4    start.cpp
5  DEPENDS
6    libc.config.linux.linux_syscall_h
7    libc.config.linux.app_h
8    libc.include.sys_syscall
9    libc.src.string.memcpy
10    libc.src.sys.mman.mmap
11  COMPILE_OPTIONS
12    -fno-omit-frame-pointer
13    -ffreestanding # To avoid compiler warnings about calling the main function.
14)
15