Skip to content

Commit b08518c

Browse files
Use the correct triple when referencing LLVMgold. Addresses issue rust-lang#16.
1 parent 4b336ca commit b08518c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/main.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ HSREQ$(1)_H_$(3) = \
431431
tmp/install-debugger-scripts$(1)_H_$(3)-$$(call TRIPLE_TO_DEBUGGER_SCRIPT_SETTING,$(3)).done
432432

433433
ifneq (le32-unknown-nacl,$(3))
434-
HSREQ$(1)_H_$(3) += $$(TROOT$(1)_T_$(3)_H_$(3))/lib/$$(shell echo $$(call CFG_LIB_NAME_$(2),LLVMgold) | sed 's/lib//')
434+
HSREQ$(1)_H_$(3) += $$(TROOT$(1)_T_$(3)_H_$(3))/lib/$$(shell echo $$(call CFG_LIB_NAME_$(3),LLVMgold) | sed 's/lib//')
435435
endif
436436
endif
437437

0 commit comments

Comments
 (0)