mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
lang/rust*: Add link to upstream issue for the LLVM STAGEDIR bug
This commit is contained in:
parent
b32780df83
commit
bebaf73f0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502938
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
Avoid unnecessarily restarting the LLVM build and installing it
|
Avoid unnecessarily restarting the LLVM build and installing it
|
||||||
into STAGEDIR during the install phase.
|
into STAGEDIR during the install phase.
|
||||||
|
|
||||||
|
https://github.com/rust-lang/rust/issues/61206
|
||||||
|
|
||||||
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
|
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
|
||||||
+++ src/bootstrap/native.rs
|
+++ src/bootstrap/native.rs
|
||||||
@@ -92,17 +92,9 @@ impl Step for Llvm {
|
@@ -92,17 +92,9 @@ impl Step for Llvm {
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Avoid unnecessarily restarting the LLVM build and installing it
|
Avoid unnecessarily restarting the LLVM build and installing it
|
||||||
into STAGEDIR during the install phase.
|
into STAGEDIR during the install phase.
|
||||||
|
|
||||||
|
https://github.com/rust-lang/rust/issues/61206
|
||||||
|
|
||||||
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
|
--- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC
|
||||||
+++ src/bootstrap/native.rs
|
+++ src/bootstrap/native.rs
|
||||||
@@ -92,17 +92,9 @@ impl Step for Llvm {
|
@@ -92,17 +92,9 @@ impl Step for Llvm {
|
||||||
|
|
Loading…
Add table
Reference in a new issue