Update crt0

This commit is contained in:
topjohnwu
2024-03-25 16:11:02 -07:00
parent 000a2e4d59
commit 21ed095601
4 changed files with 7 additions and 4 deletions
-1
View File
@@ -111,7 +111,6 @@ LOCAL_LDFLAGS := -static -T src/lto_fix.lds
ifdef B_CRT0
LOCAL_STATIC_LIBRARIES += crt0
LOCAL_CFLAGS += -DUSE_MUSL_PRINTF
LOCAL_LDFLAGS := -lm
endif