Skip to content

Commit

Permalink
rust: Update toolchain archive to reflect the triples used
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Hoskins <grommish@gmail.com>
  • Loading branch information
Grommish committed Dec 12, 2020
1 parent 2000c04 commit 3a50b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ CONFIGURE_ARGS = \
include ./rustc-config.mk

RUST_TMP_DIR:=$(TMP_DIR)/rust-install
RUST_INSTALL_FILE_NAME:=$(PKG_NAME)-$(PKG_VERSION)-install.tar.xz
RUST_INSTALL_FILE_NAME:=$(PKG_NAME)-$(PKG_VERSION)-$(RUSTC_HOST_ARCH)_$(RUSTC_TARGET_ARCH)-install.tar.xz
RUST_INSTALL_FILE_VERIFY:=$(call check_hash,$(RUST_INSTALL_FILE_NAME),$(RUST_INSTALL_FILE_HASH),RUST_INSTALL_FILE_HASH)
RUST_INSTALL_UNINSTALL:=$(CARGO_HOME)/lib/rustlib/uninstall.sh
RUST_INSTALL_FILE_HASH:=skip
Expand Down

0 comments on commit 3a50b84

Please sign in to comment.