File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,7 @@ yjit-static-lib:
1212 $(Q ) $(RUSTC ) $(YJIT_RUSTC_ARGS )
1313
1414# Assume GNU flavor LD and OBJCOPY. Works on FreeBSD 13, at least.
15- $(YJIT_LIBOBJ ) : $(YJIT_LIBS )
15+ $(RUST_LIBOBJ ) : $(YJIT_LIBS )
1616 $(ECHO ) ' partial linking $(YJIT_LIBS) into $@'
1717 $(Q ) $(LD ) -r -o $@ --whole-archive $(YJIT_LIBS )
1818 -$(Q ) $(OBJCOPY ) --wildcard --keep-global-symbol=' $(SYMBOL_PREFIX)rb_*' $(@ )
19-
20- .PHONY : zjit-static-lib
21- $(ZJIT_LIBS ) : zjit-static-lib
22- $(empty )
23-
24- zjit-static-lib :
25- $(ECHO ) ' building Rust ZJIT (release mode)'
26- $(Q ) $(RUSTC ) $(ZJIT_RUSTC_ARGS )
27-
28- # Assume GNU flavor LD and OBJCOPY. Works on FreeBSD 13, at least.
29- $(ZJIT_LIBOBJ ) : $(ZJIT_LIBS )
30- $(ECHO ) ' partial linking $(ZJIT_LIBS) into $@'
31- $(Q ) $(LD ) -r -o $@ --whole-archive $(ZJIT_LIBS )
32- -$(Q ) $(OBJCOPY ) --wildcard --keep-global-symbol=' $(SYMBOL_PREFIX)rb_*' $(@ )
You can’t perform that action at this time.
0 commit comments