We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceba92b commit 1d014c7Copy full SHA for 1d014c7
1 file changed
src/makefile.mk
@@ -391,9 +391,8 @@ $(BINDIR)/$(TARGETOBJ): $(CRT0_OBJ) $(OBJDIR)/$(TARGETTMP) $(MAKEFILE_LIST) $(DE
391
$(EXTRA_LDFLAGS) \
392
$(OBJDIR)/$(TARGETTMP) \
393
$(CRT0_OBJ) \
394
- --start-group \
395
$(LIB_ALLOCATOR) \
396
- $(LIB_PRINTF) \
+ --start-group \
397
$(LIB_CRT) \
398
$(LIB_CE) \
399
$(LIB_SOFTFLOAT) \
@@ -498,9 +497,9 @@ $(OBJDIR)/$(TARGETTMP): $(OBJECTS) $(LIB_ALLOCATOR) $(LIB_PRINTF) $(LIB_CXX) $(L
498
497
$(OBJECTS) \
499
$(ICON_OBJ) \
500
$(EXTRA_LIBS) \
501
+ --whole-archive $(LIB_PRINTF) --no-whole-archive \
502
503
504
505
506
0 commit comments