Skip to content

Commit 410362a

Browse files
committed
fixup! Rebase Rust and Cargo patches on 1.72.1
1 parent 7deffa2 commit 410362a

8 files changed

+0
-24
lines changed

0001-Set-proper-llvm-targets.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ index 0c65b25fe13..43beaed6e7b 100644
2222

2323
# LLVM experimental targets to build support for. These targets are specified in
2424
# the same format as above, but since these targets are experimental, they are
25-
--
26-
2.42.0
27-

0002-Disable-statx-for-all-builds.-JB-50106.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,3 @@ index fbc7f04ce9a..bf49ad70590 100644
7575
}
7676

7777
cfg_has_statx! {{
78-
--
79-
2.42.0
80-

0003-Scratchbox2-needs-to-be-able-to-tell-rustc-the-defau.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ index f97cb3440d2..9b96d0d2e57 100644
3434
}
3535
}
3636

37-
--
38-
2.42.0
39-

0004-Force-the-target-when-building-for-CompileKind-Host.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ index 31e63c226..976b101fd 100644
2525
}
2626

2727
opt(
28-
--
29-
2.42.0
30-

0005-Provide-ENV-controls-to-bypass-some-sb2-calls-betwee.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,3 @@ index 0ce93af66ac..04449d859bf 100644
389389
{
390390
return Ok(None);
391391
}
392-
--
393-
2.42.0
394-

0006-Scratchbox2-needs-to-be-able-to-tell-cargo-the-defau.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ index 73d8f89cc..d35f55d11 100644
2828
+ },
2929
Some(build_target_config) => dedup(&build_target_config.values(config)?),
3030
};
31-
--
32-
2.42.0
33-

0007-Disable-aarch64-outline-atomics-for-now.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@ index da246089440..8c5daccc331 100644
2626
mcount: "\u{1}_mcount".into(),
2727
max_atomic_width: Some(128),
2828
supported_sanitizers: SanitizerSet::ADDRESS
29-
--
30-
2.42.0
31-

0008-Revert-Use-statx-s-64-bit-times-on-32-bit-linux-gnu.patch

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,3 @@ index 17b4130c202..4e8dd9a86e7 100644
251251
pub fn new(tv_sec: i64, tv_nsec: i64) -> SystemTime {
252252
SystemTime { t: Timespec::new(tv_sec, tv_nsec) }
253253
}
254-
--
255-
2.42.0
256-

0 commit comments

Comments
 (0)