Skip to content

Commit 6c1d8c5

Browse files
committed
cfg: shell host triple x86_64-unknown-linux-gnu
cfg: host for x86_64-unknown-linux-gnu is x86_64 cfg: unix-y environment cfg: using gcc cfg: no pdflatex found, omitting doc/rust.pdf cfg: no llnextgen found, omitting grammar-verification cfg: including install rules install: /usr/local/bin/rustc fix to address rust-lang#2555
1 parent d182c14 commit 6c1d8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/install.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install: all install-host install-targets
5858

5959
# Shorthand for build/stageN/bin
6060
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
61-
HB3 = $(HBIN3_H_$(CFG_HOST_TRIPLE))
61+
HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
6262
# Shorthand for build/stageN/lib
6363
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
6464
# Shorthand for the prefix bin directory

0 commit comments

Comments
 (0)