summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-07-24 21:23:49 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-10-17 00:58:43 -0500
commitac2d188aae804663b687ae82dbc3830257b9dd76 (patch)
tree405e3f6231f026fa4fdfa5b9597a99424fab9a08
parent93313d3bb206ac0c14ebe90154856ea36db70450 (diff)
downloadpackages-ac2d188aae804663b687ae82dbc3830257b9dd76.tar.gz
packages-ac2d188aae804663b687ae82dbc3830257b9dd76.tar.bz2
packages-ac2d188aae804663b687ae82dbc3830257b9dd76.tar.xz
packages-ac2d188aae804663b687ae82dbc3830257b9dd76.zip
user/rust: rename to bootstrap/rust-1.60
-rw-r--r--bootstrap/rust-1.60/0001-Fix-LLVM-build.patch (renamed from user/rust/0001-Fix-LLVM-build.patch)0
-rw-r--r--bootstrap/rust-1.60/0002-Fix-linking-to-zlib-when-cross-compiling.patch (renamed from user/rust/0002-Fix-linking-to-zlib-when-cross-compiling.patch)0
-rw-r--r--bootstrap/rust-1.60/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch (renamed from user/rust/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch)0
-rw-r--r--bootstrap/rust-1.60/0004-Use-static-native-libraries-when-linking-static-exec.patch (renamed from user/rust/0004-Use-static-native-libraries-when-linking-static-exec.patch)0
-rw-r--r--bootstrap/rust-1.60/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch (renamed from user/rust/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch)0
-rw-r--r--bootstrap/rust-1.60/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch (renamed from user/rust/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch)0
-rw-r--r--bootstrap/rust-1.60/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch (renamed from user/rust/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch)0
-rw-r--r--bootstrap/rust-1.60/0008-test-failed-doctest-output-Fix-normalization.patch (renamed from user/rust/0008-test-failed-doctest-output-Fix-normalization.patch)0
-rw-r--r--bootstrap/rust-1.60/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch (renamed from user/rust/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch)0
-rw-r--r--bootstrap/rust-1.60/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch (renamed from user/rust/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch)0
-rw-r--r--bootstrap/rust-1.60/0011-Ignore-broken-and-non-applicable-tests.patch (renamed from user/rust/0011-Ignore-broken-and-non-applicable-tests.patch)0
-rw-r--r--bootstrap/rust-1.60/0012-Link-stage-2-tools-dynamically-to-libstd.patch (renamed from user/rust/0012-Link-stage-2-tools-dynamically-to-libstd.patch)0
-rw-r--r--bootstrap/rust-1.60/0013-Move-debugger-scripts-to-usr-share-rust.patch (renamed from user/rust/0013-Move-debugger-scripts-to-usr-share-rust.patch)0
-rw-r--r--bootstrap/rust-1.60/0014-Add-foxkit-target-specs.patch (renamed from user/rust/0014-Add-foxkit-target-specs.patch)0
-rw-r--r--bootstrap/rust-1.60/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch (renamed from user/rust/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch)0
-rw-r--r--bootstrap/rust-1.60/0040-rls-atomics.patch (renamed from user/rust/0040-rls-atomics.patch)0
-rw-r--r--bootstrap/rust-1.60/APKBUILD (renamed from user/rust/APKBUILD)0
-rwxr-xr-xbootstrap/rust-1.60/maintain (renamed from user/rust/maintain)0
-rw-r--r--bootstrap/rust-1.60/powerpc-atomics.patch (renamed from user/rust/powerpc-atomics.patch)0
19 files changed, 0 insertions, 0 deletions
diff --git a/user/rust/0001-Fix-LLVM-build.patch b/bootstrap/rust-1.60/0001-Fix-LLVM-build.patch
index 3be2eb456..3be2eb456 100644
--- a/user/rust/0001-Fix-LLVM-build.patch
+++ b/bootstrap/rust-1.60/0001-Fix-LLVM-build.patch
diff --git a/user/rust/0002-Fix-linking-to-zlib-when-cross-compiling.patch b/bootstrap/rust-1.60/0002-Fix-linking-to-zlib-when-cross-compiling.patch
index a78395597..a78395597 100644
--- a/user/rust/0002-Fix-linking-to-zlib-when-cross-compiling.patch
+++ b/bootstrap/rust-1.60/0002-Fix-linking-to-zlib-when-cross-compiling.patch
diff --git a/user/rust/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch b/bootstrap/rust-1.60/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch
index 69dbf3530..69dbf3530 100644
--- a/user/rust/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch
+++ b/bootstrap/rust-1.60/0003-Fix-rustdoc-when-cross-compiling-on-musl.patch
diff --git a/user/rust/0004-Use-static-native-libraries-when-linking-static-exec.patch b/bootstrap/rust-1.60/0004-Use-static-native-libraries-when-linking-static-exec.patch
index 0682ec78d..0682ec78d 100644
--- a/user/rust/0004-Use-static-native-libraries-when-linking-static-exec.patch
+++ b/bootstrap/rust-1.60/0004-Use-static-native-libraries-when-linking-static-exec.patch
diff --git a/user/rust/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch b/bootstrap/rust-1.60/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch
index 418346caa..418346caa 100644
--- a/user/rust/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch
+++ b/bootstrap/rust-1.60/0005-Remove-musl_root-and-CRT-fallback-from-musl-targets.patch
diff --git a/user/rust/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch b/bootstrap/rust-1.60/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch
index 27b3cd547..27b3cd547 100644
--- a/user/rust/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch
+++ b/bootstrap/rust-1.60/0006-Prefer-libgcc_eh-over-libunwind-for-musl.patch
diff --git a/user/rust/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch b/bootstrap/rust-1.60/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch
index 7838e5a05..7838e5a05 100644
--- a/user/rust/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch
+++ b/bootstrap/rust-1.60/0007-Link-libssp_nonshared.a-on-all-musl-targets.patch
diff --git a/user/rust/0008-test-failed-doctest-output-Fix-normalization.patch b/bootstrap/rust-1.60/0008-test-failed-doctest-output-Fix-normalization.patch
index f8c537afe..f8c537afe 100644
--- a/user/rust/0008-test-failed-doctest-output-Fix-normalization.patch
+++ b/bootstrap/rust-1.60/0008-test-failed-doctest-output-Fix-normalization.patch
diff --git a/user/rust/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch b/bootstrap/rust-1.60/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch
index dfefc36ec..dfefc36ec 100644
--- a/user/rust/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch
+++ b/bootstrap/rust-1.60/0009-test-sysroot-crates-are-unstable-Fix-test-when-rpath.patch
diff --git a/user/rust/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch b/bootstrap/rust-1.60/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch
index e55c1bffc..e55c1bffc 100644
--- a/user/rust/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch
+++ b/bootstrap/rust-1.60/0010-test-use-extern-for-plugins-Don-t-assume-multilib.patch
diff --git a/user/rust/0011-Ignore-broken-and-non-applicable-tests.patch b/bootstrap/rust-1.60/0011-Ignore-broken-and-non-applicable-tests.patch
index b01d5f490..b01d5f490 100644
--- a/user/rust/0011-Ignore-broken-and-non-applicable-tests.patch
+++ b/bootstrap/rust-1.60/0011-Ignore-broken-and-non-applicable-tests.patch
diff --git a/user/rust/0012-Link-stage-2-tools-dynamically-to-libstd.patch b/bootstrap/rust-1.60/0012-Link-stage-2-tools-dynamically-to-libstd.patch
index 6f1c99212..6f1c99212 100644
--- a/user/rust/0012-Link-stage-2-tools-dynamically-to-libstd.patch
+++ b/bootstrap/rust-1.60/0012-Link-stage-2-tools-dynamically-to-libstd.patch
diff --git a/user/rust/0013-Move-debugger-scripts-to-usr-share-rust.patch b/bootstrap/rust-1.60/0013-Move-debugger-scripts-to-usr-share-rust.patch
index 912a99395..912a99395 100644
--- a/user/rust/0013-Move-debugger-scripts-to-usr-share-rust.patch
+++ b/bootstrap/rust-1.60/0013-Move-debugger-scripts-to-usr-share-rust.patch
diff --git a/user/rust/0014-Add-foxkit-target-specs.patch b/bootstrap/rust-1.60/0014-Add-foxkit-target-specs.patch
index ec1a4a0e7..ec1a4a0e7 100644
--- a/user/rust/0014-Add-foxkit-target-specs.patch
+++ b/bootstrap/rust-1.60/0014-Add-foxkit-target-specs.patch
diff --git a/user/rust/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch b/bootstrap/rust-1.60/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch
index 6a65b8f35..6a65b8f35 100644
--- a/user/rust/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch
+++ b/bootstrap/rust-1.60/0015-Use-OpenPOWER-ABI-on-BE-PowerPC-64-musl.patch
diff --git a/user/rust/0040-rls-atomics.patch b/bootstrap/rust-1.60/0040-rls-atomics.patch
index e084217ba..e084217ba 100644
--- a/user/rust/0040-rls-atomics.patch
+++ b/bootstrap/rust-1.60/0040-rls-atomics.patch
diff --git a/user/rust/APKBUILD b/bootstrap/rust-1.60/APKBUILD
index 71c68ec18..71c68ec18 100644
--- a/user/rust/APKBUILD
+++ b/bootstrap/rust-1.60/APKBUILD
diff --git a/user/rust/maintain b/bootstrap/rust-1.60/maintain
index 7242bcc60..7242bcc60 100755
--- a/user/rust/maintain
+++ b/bootstrap/rust-1.60/maintain
diff --git a/user/rust/powerpc-atomics.patch b/bootstrap/rust-1.60/powerpc-atomics.patch
index 8ce1802e3..8ce1802e3 100644
--- a/user/rust/powerpc-atomics.patch
+++ b/bootstrap/rust-1.60/powerpc-atomics.patch