Make crt0 an external submodule

This commit is contained in:
topjohnwu
2024-02-26 17:34:17 -08:00
parent be433fa667
commit 8f7d2e38f7
37 changed files with 8 additions and 16312 deletions

View File

@@ -12,7 +12,6 @@ ifdef B_CRT0
# Disable all security and debugging features
APP_CFLAGS += -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-stack-protector -U_FORTIFY_SOURCE
APP_LDFLAGS += -Wl,-wrap,abort_message
# Override output folder to make sure all dependencies are rebuilt with new CFLAGS
NDK_APP_OUT := ./obj/nolibc