| author | |
| committer | |
| log | 8a1ec6a54db585b5730c4a89dd1db407ba74a304 |
| tree | 3bbef57064de7c9add99f99777887b4a914ed35b |
| parent | 47848ba3d619f7bf64adff10933176f6296d1552 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -1014,6 +1014,7 @@ pub const Abi = enum { |
| 1014 | 1014 | .gnueabi, |
| 1015 | 1015 | .musleabi, |
| 1016 | 1016 | .gnusf, |
| 1017 | .muslsf, | |
| 1017 | 1018 | .ohoseabi, |
| 1018 | 1019 | => .soft, |
| 1019 | 1020 | else => .hard, |