Skip to content

Commit

Permalink
cfg: shell host triple x86_64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bstrie committed Jun 9, 2012
1 parent d182c14 commit 6c1d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install: all install-host install-targets

# Shorthand for build/stageN/bin
HB = $(HBIN$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
HB3 = $(HBIN3_H_$(CFG_HOST_TRIPLE))
HB3 = $(HBIN2_H_$(CFG_HOST_TRIPLE))
# Shorthand for build/stageN/lib
HL = $(HLIB$(ISTAGE)_H_$(CFG_HOST_TRIPLE))
# Shorthand for the prefix bin directory
Expand Down

0 comments on commit 6c1d8c5

Please sign in to comment.