bump to Rust 1.14.0

This commit is contained in:
Doug Goldstein
2017-01-27 16:38:19 -06:00
parent 5d2e062a84
commit 22c971c2fa
10 changed files with 265 additions and 0 deletions
+3
View File
@@ -23,7 +23,10 @@ S = "${WORKDIR}/rustc-${PV}"
do_compile_prepend () {
cd ${S}/src/rustc/std_shim
export CARGO_TARGET_DIR="${B}"
# For Rust 1.12.1 and lower
export RUSTC_BOOTSTRAP_KEY="${RS_KEY}"
# For Rust 1.13.0 and newer
export RUSTC_BOOTSTRAP="1"
}
do_install () {