| author | |
| committer | |
| log | fce7878a9149caa80433e6d650e0bd7f60d345fd |
| tree | 37704814be9b722f1c0f59500ed37359c49061d4 |
| parent | d45f9aca14bd36a710293b3d0092039fd91a571b |
| signature |
https://gitlab.com/qemu-project/qemu/-/issues/32911 files changed, 8 insertions(+), 7 deletions(-)
test/tests.zig+8-7| ... | @@ -1714,13 +1714,14 @@ const c_abi_targets = blk: { | ... | @@ -1714,13 +1714,14 @@ const c_abi_targets = blk: { |
| 1714 | }, | 1714 | }, |
| 1715 | }, | 1715 | }, |
| 1716 | 1716 | ||
| 1717 | .{ | 1717 | // https://gitlab.com/qemu-project/qemu/-/issues/3291 |
| 1718 | .target = .{ | 1718 | // .{ |
| 1719 | .cpu_arch = .hexagon, | 1719 | // .target = .{ |
| 1720 | .os_tag = .linux, | 1720 | // .cpu_arch = .hexagon, |
| 1721 | .abi = .musl, | 1721 | // .os_tag = .linux, |
| 1722 | }, | 1722 | // .abi = .musl, |
| 1723 | }, | 1723 | // }, |
| 1724 | // }, | ||
| 1724 | 1725 | ||
| 1725 | .{ | 1726 | .{ |
| 1726 | .target = .{ | 1727 | .target = .{ |