| author | |
| committer | |
| log | c1daad3d689f2d29018cc59e920ccdeec157cef9 |
| tree | 6877c0a09045445c594e1831c7a34a600db13e04 |
| parent | abc8ddcfa9e229b4c9a53dc6cc757a6835fd15a5 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/aro/aro/Compilation.zig+1| ... | ... | @@ -660,6 +660,7 @@ fn generateSystemDefines(comp: *Compilation, w: *Io.Writer) !void { |
| 660 | 660 | try define(w, "__PPC64__"); |
| 661 | 661 | try define(w, "_ARCH_PPC"); |
| 662 | 662 | try define(w, "_ARCH_PPC64"); |
| 663 | try w.writeAll("#define _CALL_ELF 2\n"); | |
| 663 | 664 | }, |
| 664 | 665 | .sparc64 => { |
| 665 | 666 | try defineStd(w, "sparc", is_gnu); |