ce3b8aef99
- separate bootstrap into packages (cleans up template mess) - sync patches from chimera linux (only relevant ones) - drop bootstrap for BE ppc musl targets i don't do anymore - some minor patch updates from ericonr Closes https://github.com/void-linux/void-packages/pull/32555
25 lines
794 B
Diff
25 lines
794 B
Diff
From fc69414484327e4dbff138dd0834fc3bde626008 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Kolesa <daniel@octaforge.org>
|
|
Date: Mon, 20 Dec 2021 01:44:54 +0100
|
|
Subject: [PATCH 6/9] do not install libunwind source (removed)
|
|
|
|
---
|
|
src/bootstrap/dist.rs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
|
|
index e8b61b8a2..02d24a77d 100644
|
|
--- a/src/bootstrap/dist.rs
|
|
+++ b/src/bootstrap/dist.rs
|
|
@@ -849,7 +849,7 @@ impl Step for Src {
|
|
copy_src_dirs(
|
|
builder,
|
|
&builder.src,
|
|
- &["library", "src/llvm-project/libunwind"],
|
|
+ &["library"],
|
|
&[
|
|
// not needed and contains symlinks which rustup currently
|
|
// chokes on when unpacking.
|
|
--
|
|
2.34.1
|
|
|