mirror of https://git.FreeBSD.org/ports.git
3 changed files with 12 additions and 32 deletions
@ -1,9 +1,9 @@
|
||||
TIMESTAMP = 1651565397 |
||||
SHA256 (rust/2022-05-02/rustc-nightly-src.tar.xz) = 21cfcbc8ddc69b0dfc6dfc17c818cf327f94140f182633613d6f7d77387d2ce9 |
||||
SIZE (rust/2022-05-02/rustc-nightly-src.tar.xz) = 135572540 |
||||
SHA256 (rust/2022-04-05/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 5b461322da60b08554f2557deb69485d3991abf13b75750a307c004d6547a42f |
||||
SIZE (rust/2022-04-05/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 77575576 |
||||
SHA256 (rust/2022-04-05/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = d457f1c09dd446e30e94e4bcb1e3b5fde9cc54080cbe5e0a329ee810ab07d312 |
||||
SIZE (rust/2022-04-05/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 27789452 |
||||
SHA256 (rust/2022-04-05/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 832c90d532ffcba10039f1244bf06c7121ddd3b7fd7c0d913b62fd0ad82e1dce |
||||
SIZE (rust/2022-04-05/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 6743924 |
||||
TIMESTAMP = 1655987720 |
||||
SHA256 (rust/2022-06-22/rustc-nightly-src.tar.xz) = ef8bb725c6e70c594845dd7507fa6d43f4350e4abacbdaa749806302aad0b713 |
||||
SIZE (rust/2022-06-22/rustc-nightly-src.tar.xz) = 136415360 |
||||
SHA256 (rust/2022-05-20/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 460aa68d922df97fac6d6052a8680d514fd4ce32fca7c44ae22d7c05e0c5b51f |
||||
SIZE (rust/2022-05-20/rustc-beta-x86_64-unknown-freebsd.tar.xz) = 81889548 |
||||
SHA256 (rust/2022-05-20/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = ffab6364f6af477b074774a9e1915636f07b0659231c61bb7c75cbde31277986 |
||||
SIZE (rust/2022-05-20/rust-std-beta-x86_64-unknown-freebsd.tar.xz) = 26802576 |
||||
SHA256 (rust/2022-05-20/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 00ca9259f5f881427e1284f60b81a0b0b9dffd6f6b63428995ac2eb8d16eeac7 |
||||
SIZE (rust/2022-05-20/cargo-beta-x86_64-unknown-freebsd.tar.xz) = 6866172 |
||||
|
@ -1,20 +0,0 @@
|
||||
From 934145eb7023047e1add14f8bdad8e62a7c08d00 Mon Sep 17 00:00:00 2001 |
||||
From: alexey semenyuk <alexsemenyuk88@gmail.com> |
||||
Date: Mon, 2 May 2022 19:24:50 +0000 |
||||
Subject: [PATCH] Enables option split-debuginfo on all platforms |
||||
|
||||
https://github.com/rust-lang/rust/pull/96648
|
||||
|
||||
--- src/bootstrap/builder.rs.orig 2022-05-01 20:28:31 UTC |
||||
+++ src/bootstrap/builder.rs |
||||
@@ -1406,9 +1406,7 @@ impl<'a> Builder<'a> { |
||||
// FIXME(davidtwco): #[cfg(not(bootstrap))] - #95612 needs to be in the bootstrap compiler
|
||||
// for this conditional to be removed.
|
||||
if !target.contains("windows") || compiler.stage >= 1 { |
||||
- if target.contains("linux") || target.contains("windows") { |
||||
- rustflags.arg("-Zunstable-options"); |
||||
- } |
||||
+ rustflags.arg("-Zunstable-options"); |
||||
match self.config.rust_split_debuginfo { |
||||
SplitDebuginfo::Packed => rustflags.arg("-Csplit-debuginfo=packed"), |
||||
SplitDebuginfo::Unpacked => rustflags.arg("-Csplit-debuginfo=unpacked"), |
Loading…
Reference in new issue