Commit 654288b
committed
Remove obsolete support for linking unwinder on Android
Linking libgcc is no longer supported (see rust-lang#103673), so remove the
related link attributes and the check in unwind's build.rs. The check
was the last remaining significant piece of logic in build.rs, so
remove build.rs as well.1 parent 722b3ee commit 654288b
4 files changed
+1
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5929 | 5929 | | |
5930 | 5930 | | |
5931 | 5931 | | |
5932 | | - | |
5933 | 5932 | | |
5934 | 5933 | | |
5935 | 5934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 83 | | |
88 | 84 | | |
89 | 85 | | |
| |||
0 commit comments