]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #58852 - alexcrichton:update-netbsd, r=Mark-Simulacrum
authorkennytm <kennytm@gmail.com>
Sat, 2 Mar 2019 06:55:26 +0000 (14:55 +0800)
committerkennytm <kennytm@gmail.com>
Sat, 2 Mar 2019 14:58:47 +0000 (22:58 +0800)
commit133f97309a82459f751dbf8e3086b73c4d14f23e
treedd5f6dfdce204f0572fc5dbf63dd4bbaaf4ba23d
parent2e51007350725f3d41288d9321b8192495f83b2b
parenta7d17bfcd537c89908b59d86f4af1d6137974845
Rollup merge of #58852 - alexcrichton:update-netbsd, r=Mark-Simulacrum

Update toolchain to build NetBSD release

This allows us to remove the "allow old toolchains" flag we pass to
LLVM, ensuring that we'll be up to date when LLVM needs us to be!

This is a follow-up from https://github.com/rust-lang/rust/pull/58408 where NetBSD was explicitly whitelisted to allow older toolchains.