Use linker to link vfprintf as tiny_vfprintf

This commit is contained in:
LoveSy
2025-01-31 13:58:26 +08:00
committed by John Wu
parent fb926ae302
commit 823e31a91b
2 changed files with 1 additions and 9 deletions

View File

@@ -73,6 +73,7 @@ LOCAL_LDFLAGS := -static
ifdef B_CRT0
LOCAL_STATIC_LIBRARIES += crt0
LOCAL_LDFLAGS += -Wl,--defsym=vfprintf=tiny_vfprintf
endif
include $(BUILD_EXECUTABLE)