+2
-2
@@ -9,10 +9,10 @@ See: https://github.com/rust-lang/rust/issues/143735
|
||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/bootstrap/src/core/build_steps/compile.rs b/src/bootstrap/src/core/build_steps/compile.rs
|
||||
index 82fd1119c7fe..0e1e2a2d39fd 100644
|
||||
index 02940a80295b..63314d5c0844 100644
|
||||
--- a/src/bootstrap/src/core/build_steps/compile.rs
|
||||
+++ b/src/bootstrap/src/core/build_steps/compile.rs
|
||||
@@ -794,7 +794,10 @@ fn run(self, builder: &Builder<'_>) {
|
||||
@@ -820,7 +820,10 @@ fn run(self, builder: &Builder<'_>) {
|
||||
let _ = fs::remove_dir_all(sysroot.join("lib/rustlib/src/rust"));
|
||||
}
|
||||
|
||||
|
||||
@@ -23,10 +23,10 @@ targets, as things break when this is done:
|
||||
3 files changed, 8 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs
|
||||
index 5e47559847e0..bd7965540560 100644
|
||||
index f97a29e064b6..fabdd355c836 100644
|
||||
--- a/compiler/rustc_session/src/config.rs
|
||||
+++ b/compiler/rustc_session/src/config.rs
|
||||
@@ -2374,6 +2374,12 @@ pub fn parse_target_triple(early_dcx: &EarlyDiagCtxt, matches: &getopts::Matches
|
||||
@@ -2257,6 +2257,12 @@ pub fn parse_target_triple(early_dcx: &EarlyDiagCtxt, matches: &getopts::Matches
|
||||
early_dcx.early_fatal(format!("target file {path:?} does not exist"))
|
||||
})
|
||||
}
|
||||
@@ -40,10 +40,10 @@ index 5e47559847e0..bd7965540560 100644
|
||||
_ => TargetTuple::from_tuple(host_tuple()),
|
||||
}
|
||||
diff --git a/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs b/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs
|
||||
index c70c026f9f71..5ffa2eb8eddb 100644
|
||||
index 932f6034433e..7137a3ac9de1 100644
|
||||
--- a/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs
|
||||
+++ b/compiler/rustc_target/src/spec/targets/i686_unknown_linux_gnu.rs
|
||||
@@ -23,7 +23,7 @@ pub(crate) fn target() -> Target {
|
||||
@@ -24,7 +24,7 @@ pub(crate) fn target() -> Target {
|
||||
base.stack_probes = StackProbeType::Inline;
|
||||
|
||||
Target {
|
||||
@@ -53,11 +53,11 @@ index c70c026f9f71..5ffa2eb8eddb 100644
|
||||
description: Some("32-bit Linux (kernel 3.2, glibc 2.17+)".into()),
|
||||
tier: Some(1),
|
||||
diff --git a/compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs b/compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs
|
||||
index 0c8353fad182..d2b414766d4d 100644
|
||||
index defa9f146d79..dea63ac7d5b8 100644
|
||||
--- a/compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs
|
||||
+++ b/compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs
|
||||
@@ -28,7 +28,7 @@ pub(crate) fn target() -> Target {
|
||||
}
|
||||
@@ -22,7 +22,7 @@ pub(crate) fn target() -> Target {
|
||||
base.supports_xray = true;
|
||||
|
||||
Target {
|
||||
- llvm_target: "x86_64-unknown-linux-gnu".into(),
|
||||
|
||||
@@ -12,11 +12,11 @@ See: https://gitlab.archlinux.org/archlinux/packaging/packages/rust/-/issues/8
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/compiler/rustc_target/src/spec/mod.rs b/compiler/rustc_target/src/spec/mod.rs
|
||||
index 07fb1ce63f7c..fd5f0606e474 100644
|
||||
index 424026bdceab..e72eeeb2460a 100644
|
||||
--- a/compiler/rustc_target/src/spec/mod.rs
|
||||
+++ b/compiler/rustc_target/src/spec/mod.rs
|
||||
@@ -2472,7 +2472,7 @@ fn default() -> TargetOptions {
|
||||
abi: "".into(),
|
||||
@@ -2711,7 +2711,7 @@ fn default() -> TargetOptions {
|
||||
abi: Abi::Unspecified,
|
||||
vendor: "unknown".into(),
|
||||
linker: option_env!("CFG_DEFAULT_LINKER").map(|s| s.into()),
|
||||
- linker_flavor: LinkerFlavor::Gnu(Cc::Yes, Lld::No),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
profile = "user"
|
||||
# changelog-seen = 2
|
||||
|
||||
change-id = 146435
|
||||
change-id = 148795
|
||||
|
||||
[llvm]
|
||||
link-shared = true
|
||||
|
||||
@@ -12,15 +12,15 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Systems programming language focused on safety, speed and concurrency</Summary>
|
||||
<Description>Systems programming language focused on safety, speed and concurrency</Description>
|
||||
<Archive sha1sum="b2742fd1c87a3e56f9e5c51a3cf94e46ba852c79" type="targz">https://static.rust-lang.org/dist/rustc-1.91.1-src.tar.gz</Archive>
|
||||
<Archive sha1sum="b0c5018bb7c95e85bb5a6b345ceab92c56851110" type="targz">https://static.rust-lang.org/dist/rustc-1.93.0-src.tar.gz</Archive>
|
||||
<!-- Not: İkinci aşamada aşağıdaki satıra ihtiyaç olmayacak. Yoruma çevrilebilir. -->
|
||||
<!-- The line below will be unnecessary at phase 2, can be commented out. -->
|
||||
<!-- <Archive sha1sum="5f41ac47faf30912bebf279c05201c8df68732dd" type="targz" target="rustc-1.91.1-src">https://static.rust-lang.org/dist/rust-1.91.0-x86_64-unknown-linux-gnu.tar.gz</Archive> -->
|
||||
<!-- <Archive sha1sum="9150a694f56928aa12f887210403fbacf1848b82" type="targz" target="rustc-1.93.0-src">https://static.rust-lang.org/dist/rust-1.93.0-x86_64-unknown-linux-gnu.tar.gz</Archive> -->
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="config.toml">bootstrap-config.toml</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="1.90.0">rust</Dependency>
|
||||
<Dependency versionFrom="1.93.0">rust</Dependency>
|
||||
<Dependency>perl</Dependency>"
|
||||
<Dependency versionFrom="21.1.5">llvm</Dependency>
|
||||
<Dependency>lld-devel</Dependency>
|
||||
@@ -84,6 +84,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="45">
|
||||
<Date>2026-01-31</Date>
|
||||
<Version>1.93.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="44">
|
||||
<Date>2025-11-14</Date>
|
||||
<Version>1.91.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user