Skip to content

Commit

Permalink
Use the correct triple when referencing LLVMgold. Addresses issue rus…
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondLovesYou committed Apr 14, 2015
1 parent 4b336ca commit b08518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ HSREQ$(1)_H_$(3) = \
tmp/install-debugger-scripts$(1)_H_$(3)-$$(call TRIPLE_TO_DEBUGGER_SCRIPT_SETTING,$(3)).done

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

Expand Down

0 comments on commit b08518c

Please sign in to comment.