Skip to content

Commit

Permalink
remove -v flag slipped in with an unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 13, 2024
1 parent 09fe387 commit cd882ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ $(SYSROOT_LIB)/libc.so: $(OBJDIR)/libc.so.a $(BUILTINS_LIB)
-Wl,--allow-undefined-file=linker-provided-symbols.txt

$(SYSROOT_LIB)/%.so: $(OBJDIR)/%.so.a $(SYSROOT_LIB)/libc.so
$(CC) -v --target=$(TARGET_TRIPLE) -shared --sysroot=$(SYSROOT) \
$(CC) --target=$(TARGET_TRIPLE) -shared --sysroot=$(SYSROOT) \
-o $@ -Wl,--whole-archive $< -Wl,--no-whole-archive \
-Wl,--allow-undefined-file=linker-provided-symbols.txt

Expand Down

0 comments on commit cd882ed

Please sign in to comment.