mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-24 02:12:53 +00:00
Updated files
This commit is contained in:
parent
9e65dfc893
commit
b0486c5051
2 changed files with 3 additions and 28 deletions
|
@ -1,25 +0,0 @@
|
||||||
From 31dcdc9e13c324d33a18db3aed7f4b3208ff3744 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Mark Rousskov <mark.simulacrum@gmail.com>
|
|
||||||
Date: Fri, 31 Jan 2020 12:30:17 -0500
|
|
||||||
Subject: [PATCH] Drop cfg(bootstrap) code
|
|
||||||
|
|
||||||
---
|
|
||||||
src/bootstrap/lib.rs | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
|
|
||||||
index 1fee3fd9ac1d..637323331f58 100644
|
|
||||||
--- a/src/bootstrap/lib.rs
|
|
||||||
+++ b/src/bootstrap/lib.rs
|
|
||||||
@@ -1026,7 +1026,7 @@ impl Build {
|
|
||||||
}
|
|
||||||
|
|
||||||
fn llvm_link_tools_dynamically(&self, target: Interned<String>) -> bool {
|
|
||||||
- (target.contains("linux-gnu") || target.contains("apple-darwin"))
|
|
||||||
+ target.contains("linux-gnu") || target.contains("apple-darwin")
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Returns the `version` string associated with this compiler for Rust
|
|
||||||
--
|
|
||||||
2.24.1
|
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
Summary: The Rust Programming Language
|
Summary: The Rust Programming Language
|
||||||
Name: rust
|
Name: rust
|
||||||
Version: 1.43.0
|
Version: 1.43.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||||
Group: Development/Rust
|
Group: Development/Rust
|
||||||
# ^ written as: (rust itself) and (bundled libraries)
|
# ^ written as: (rust itself) and (bundled libraries)
|
||||||
|
@ -174,7 +174,7 @@ for %{name}-gdb and %{name}-lldb.
|
||||||
%dir %{rustlibdir}
|
%dir %{rustlibdir}
|
||||||
%dir %{rustlibdir}/etc
|
%dir %{rustlibdir}/etc
|
||||||
%{rustlibdir}/etc/debugger_*.py*
|
%{rustlibdir}/etc/debugger_*.py*
|
||||||
%if %rpm4
|
%if %{mdvver} >= 201910
|
||||||
%{rustlibdir}/etc/__pycache__/debugger_*.py*
|
%{rustlibdir}/etc/__pycache__/debugger_*.py*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -197,7 +197,7 @@ which allows easier debugging of Rust programs.
|
||||||
%doc README.md COPYRIGHT LICENSE-APACHE LICENSE-MIT
|
%doc README.md COPYRIGHT LICENSE-APACHE LICENSE-MIT
|
||||||
%{_bindir}/rust-gdb
|
%{_bindir}/rust-gdb
|
||||||
%{rustlibdir}/etc/gdb_*.py*
|
%{rustlibdir}/etc/gdb_*.py*
|
||||||
%if %rpm4
|
%if %{mdvver} >= 201910
|
||||||
%{rustlibdir}/etc/__pycache__/gdb_*.py*
|
%{rustlibdir}/etc/__pycache__/gdb_*.py*
|
||||||
%endif
|
%endif
|
||||||
# %%exclude - No work!
|
# %%exclude - No work!
|
||||||
|
|
Loading…
Add table
Reference in a new issue