Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 24, 2024
1 parent c9e7ea8 commit fbb665d
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 @@ -621,7 +621,7 @@ PIC_OBJS = \
# Note: --allow-undefined-file=linker-provided-symbols.txt is
# a workaround for https://github.com/llvm/llvm-project/issues/103592
$(SYSROOT_LIB)/libc.so: $(OBJDIR)/libc.so.a $(BUILTINS_LIB)
$(CC) -resource-dir C:/wasi-sdk/sysroot/install/wasi-resource-dir --target=$(TARGET_TRIPLE) -isystem "C:/wasi-sdk/sysroot/install/share/wasi-sysroot/include/wasm32-wasi" -nodefaultlibs -shared --sysroot=$(SYSROOT) \
$(CC) -resource-dir C:/wasi-sdk/sysroot/install/wasi-resource-dir --target=$(TARGET_TRIPLE) -nodefaultlibs -shared --sysroot=$(SYSROOT) \
-o $@ -Wl,--whole-archive $< -Wl,--no-whole-archive $(BUILTINS_LIB) \
-Wl,--allow-undefined-file=linker-provided-symbols.txt

Expand Down

0 comments on commit fbb665d

Please sign in to comment.