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 c1b54ea commit f27cafbCopy full SHA for f27cafb
Makefile
@@ -823,6 +823,8 @@ $(STARTUP_FILES): $(INCLUDE_DIRS) $(LIBC_BOTTOM_HALF_CRT_OBJS)
823
@mkdir -p $(@D)
824
touch $@
825
826
+startup_files: $(STARTUP_FILES)
827
+
828
# TODO: As of this writing, wasi_thread_start.s uses non-position-independent
829
# code, and I'm not sure how to make it position-independent. Once we've done
830
# that, we can enable libc.so for the wasi-threads build.
@@ -1096,4 +1098,4 @@ clean:
1096
1098
$(RM) -r "$(OBJDIR)"
1097
1099
$(RM) -r "$(SYSROOT)"
1100
-.PHONY: default libc libc_so finish install clean check-symbols no-check-symbols bindings
1101
+.PHONY: default libc libc_so finish install clean check-symbols no-check-symbols bindings startup_files
0 commit comments