| author | |
| committer | |
| log | 490b3281270b175d73bc146390e28ef6188e45a4 |
| tree | 428c631cf29e52808c9560e54ca6d605ae4c22dc |
| parent | 6c27cab5b32d634b414b0c416ccc11a0d89e83ec |
| signature |
EM_MIPS_RS3_LE is obsolete; all mips targets just use EM_MIPS.
Also, fun fact: EM_MIPS_RS3_LE is actually big endian!1 files changed, 1 insertions(+), 2 deletions(-)
lib/std/Target.zig+1-2| ... | ... | @@ -1223,8 +1223,7 @@ pub const Cpu = struct { |
| 1223 | 1223 | .lanai => .LANAI, |
| 1224 | 1224 | .loongarch32, .loongarch64 => .LOONGARCH, |
| 1225 | 1225 | .m68k => .@"68K", |
| 1226 | .mips, .mips64 => .MIPS, | |
| 1227 | .mipsel, .mips64el => .MIPS_RS3_LE, | |
| 1226 | .mips, .mips64, .mipsel, .mips64el => .MIPS, | |
| 1228 | 1227 | .msp430 => .MSP430, |
| 1229 | 1228 | .powerpc, .powerpcle => .PPC, |
| 1230 | 1229 | .powerpc64, .powerpc64le => .PPC64, |