Commit 31f5b1c
rust: Fix build failure when multilibs are enabled
When multilibs are enabled, rustc could not find dynamic libraries in the
lib64 directory due to the bootstrapping process searching in the lib
directory. This commit exports both lib and lib64 paths to ensure
correct library detection.
dropped:
revert-Zdual-proc-macros-additional-check.patch
We reverted the previous commit to prevent errors when rustc cannot find
dynamic libraries. Since the issue has been resolved by exporting the
lib paths, this revert is no longer necessary, as it won't cause any
errors moving forward.
(From OE-Core rev: 23f75cb6064aafb69f35e1292149756d06e6e454)
Signed-off-by: Deepesh Varatharajan <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>1 parent 8686bcb commit 31f5b1c
File tree
3 files changed
+3
-44
lines changed- meta/recipes-devtools/rust
- files
3 files changed
+3
-44
lines changedLines changed: 0 additions & 43 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
226 | 229 | | |
227 | 230 | | |
228 | 231 | | |
| |||
0 commit comments