Skip to content

Commit f27cafb

Browse files
authored
Restore startup_files target (#615)
I often do: ```shell make startup_files make libc_so ```
1 parent c1b54ea commit f27cafb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,8 @@ $(STARTUP_FILES): $(INCLUDE_DIRS) $(LIBC_BOTTOM_HALF_CRT_OBJS)
823823
@mkdir -p $(@D)
824824
touch $@
825825

826+
startup_files: $(STARTUP_FILES)
827+
826828
# TODO: As of this writing, wasi_thread_start.s uses non-position-independent
827829
# code, and I'm not sure how to make it position-independent. Once we've done
828830
# that, we can enable libc.so for the wasi-threads build.
@@ -1096,4 +1098,4 @@ clean:
10961098
$(RM) -r "$(OBJDIR)"
10971099
$(RM) -r "$(SYSROOT)"
10981100

1099-
.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

Comments
 (0)