Set RUSTUP_TOOLCHAIN to rust-install by default

This commit is contained in:
Jeremy Soller 2020-05-22 19:54:57 -06:00
parent 33e425c95c
commit 92b9c3892f
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -6,7 +6,7 @@ PREFIX_INSTALL=$(PREFIX)/relibc-install
ifeq ($(PREFIX_BINARY),1) ifeq ($(PREFIX_BINARY),1)
PREFIX_RELIBC_BASE=$(PREFIX)/rust-install PREFIX_RELIBC_BASE=$(PREFIX)/rust-install
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX)/gcc-install export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX)/rust-install
else else
PREFIX_RELIBC_BASE=$(PREFIX)/gcc-install PREFIX_RELIBC_BASE=$(PREFIX)/gcc-install
export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX)/rust-freestanding-install export RUSTUP_TOOLCHAIN=$(ROOT)/$(PREFIX)/rust-freestanding-install