diff options
-rwxr-xr-x | bxgen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4203,8 +4203,8 @@ b8 link_with_libc(void) { // Add dependencies l_static(u, "c"); l_object(u, "crt1"); - l_object(u, "crti"); - l_object(u, "crtn"); + // l_object(u, "crti"); + // l_object(u, "crtn"); // Write the compilation unit into an executable file. u_elf_x86_64(u, "test_foo"); |