mk: Don't set RUSTC_BOOTSTRAP_KEY on -dev and -nightly. Not needed

This commit is contained in:
Brian Anderson 2015-01-16 22:33:00 -08:00
parent fa1d63acd3
commit 056f8f0251

View File

@ -330,10 +330,10 @@ ifdef CFG_DISABLE_UNSTABLE_FEATURES
CFG_INFO := $(info cfg: disabling unstable features (CFG_DISABLE_UNSTABLE_FEATURES))
# Turn on feature-staging
export CFG_DISABLE_UNSTABLE_FEATURES
endif
# Subvert unstable feature lints to do the self-build
export CFG_BOOTSTRAP_KEY
export RUSTC_BOOTSTRAP_KEY:=$(CFG_BOOTSTRAP_KEY)
endif
export CFG_BOOTSTRAP_KEY
######################################################################
# Per-stage targets and runner