Commit 12ab866
committed
fix: payload branch wires link-time C runtime (-B/-L glibc lib)
With the sysroot cleared (validation) the linker lost the implicit crt1.o/
crti.o and -lm/-lc locations (CI: 'cannot find crt1.o'). The payload
fallback now passes -B/-L <glibc payload lib> at link, completing the
no-sysroot path end-to-end (compile headers via -idirafter + link runtime
via -B/-L). Verified: fresh-home first-run builds AND runs.1 parent 52c19ef commit 12ab866
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| |||
0 commit comments