Commit 2f34986
committed
Auto merge of #32078 - japaric:rustbuild-i686-musl, r=alexcrichton
- make sure we copy the third party objects (crt*.o) to the target stage directory.
- apply the x86_64-musl logic also to the i686-musl target.
---
r? @alexcrichtonFile tree
6 files changed
+25
-6
lines changed- src
- bootstrap/build
- liballoc_jemalloc
- libstd
- sys/common
6 files changed
+25
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
86 | 99 | | |
87 | 100 | | |
88 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
- .travis.yml+4-3
- ci/run-travis.sh+4-24
- ci/style.rs+204
- src/unix/bsd/apple/b32.rs+4-4
- src/unix/bsd/apple/b64.rs+4-4
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+5-5
- src/unix/bsd/freebsdlike/freebsd/mod.rs+9-4
- src/unix/bsd/freebsdlike/mod.rs+6-6
- src/unix/bsd/openbsdlike/mod.rs+7-2
- src/unix/mod.rs+30-21
- src/unix/notbsd/android/b32.rs+2
- src/unix/notbsd/android/b64.rs+2
- src/unix/notbsd/android/mod.rs+4-4
- src/unix/notbsd/linux/mips.rs+5-2
- src/unix/notbsd/linux/mod.rs+36-33
- src/unix/notbsd/linux/musl/b32/arm.rs+84-76
- src/unix/notbsd/linux/musl/b32/asmjs.rs+84-76
- src/unix/notbsd/linux/musl/b32/mips.rs+2
- src/unix/notbsd/linux/musl/b32/mod.rs+3-3
- src/unix/notbsd/linux/musl/b32/x86.rs+85-76
- src/unix/notbsd/linux/musl/b64/mod.rs+100-97
- src/unix/notbsd/linux/other/b32/arm.rs+2
- src/unix/notbsd/linux/other/b32/mod.rs+11-11
- src/unix/notbsd/linux/other/b32/powerpc.rs+2
- src/unix/notbsd/linux/other/b32/x86.rs+22-18
- src/unix/notbsd/linux/other/b64/aarch64.rs+23-21
- src/unix/notbsd/linux/other/b64/powerpc64.rs+23-21
- src/unix/notbsd/linux/other/b64/x86_64.rs+36-35
- src/unix/notbsd/linux/other/mod.rs+36-38
- src/unix/notbsd/mod.rs+14-6
- src/unix/solaris/mod.rs+1
- src/windows.rs+4-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments