Commit 08cc5ab
LLVM patch: don't pass -static when building executables
This is problematic when targeting *-linux-gnu* and *-macos-none because Zig
doesn't provide a static libc for these, resulting in early configure errors.
Just rely on the Zig compiler to infer the executable link mode from the link
inputs instead.1 parent 4ba801f commit 08cc5ab
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
936 | 935 | | |
937 | 936 | | |
938 | 937 | | |
| |||
0 commit comments