dev-libs/rustlib: Bump to 1.25.0

This commit is contained in:
David Michael 2018-04-17 12:53:53 -04:00
parent 63e31356f6
commit fddecbf19d
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
DIST rustc-1.23.0-src.tar.gz 60010149 SHA256 7464953871dcfdfa8afcc536916a686dd156a83339d8ec4d5cb4eb2fe146cb91 SHA512 a1dbb1a625c6d8dfe9708e1cf478a49154b1eb0aba5ba67ac85518a8c7d1c70d2d86ac4d441156e9bfd0fd77ca241fb5491a2bd68aefcf0b3c2e164c3cc29e4e WHIRLPOOL 6e6d0eaa2f1b7f336f5a15f1f98327ad04df1a1b00d9d583de33068ee6412200bf101e4bdb007ae0e9681d54c041edd639f68a299009110c8b754c7ca17f0042 DIST rustc-1.25.0-src.tar.gz 98639156 SHA256 eef63a0aeea5147930a366aee78cbde248bb6e5c6868801bdf34849152965d2d SHA512 7d8886f4d5a621eb794e814deb60be681fa38cf086f87ffa14e5a3500c640b237c549a632de1331a0f1b71963de41f6d31a4df3866b7e597424002316fed81ce WHIRLPOOL e09327df3ff71b9fa4574fe297092be35a0cca26546079e1fc43eb89b4f729c370ff915bab8047acb86fd818d0a1ca1471ccfb9cbb87c69ad62ed20b45730dac

View File

@ -38,6 +38,8 @@ src_compile() {
local -x RUSTC_BOOTSTRAP=1 local -x RUSTC_BOOTSTRAP=1
# various required flags for compiling thes std libs # various required flags for compiling thes std libs
local -x RUSTFLAGS="-C prefer-dynamic -L ${CARGO_TARGET_DIR}/${RUST_TARGET}/release/deps -Z force-unstable-if-unmarked" local -x RUSTFLAGS="-C prefer-dynamic -L ${CARGO_TARGET_DIR}/${RUST_TARGET}/release/deps -Z force-unstable-if-unmarked"
# set the metadata directory for the boostrap build
local -x RUSTC_ERROR_METADATA_DST="${T}/target/release/build/tmp/extended-error-metadata"
# build the std lib, which also builds all the other important libraries # build the std lib, which also builds all the other important libraries
# (core, collections, etc). build it for the target we want for this build. # (core, collections, etc). build it for the target we want for this build.