mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.zig.target: Remove thumb-freebsd-eabihf.
Leftover from 76d525f74a33e20dfa4c9e84b27ce8ad84529cac.
This commit is contained in:
parent
7c9035f635
commit
f925e1379a
@ -26,7 +26,6 @@ pub const available_libcs = [_]ArchOsAbi{
|
||||
.{ .arch = .armeb, .os = .linux, .abi = .musleabihf, .os_ver = .{ .major = 2, .minor = 6, .patch = 0 } },
|
||||
.{ .arch = .armeb, .os = .netbsd, .abi = .eabi, .os_ver = .{ .major = 1, .minor = 2, .patch = 0 } },
|
||||
.{ .arch = .armeb, .os = .netbsd, .abi = .eabihf, .os_ver = .{ .major = 1, .minor = 2, .patch = 0 } },
|
||||
.{ .arch = .thumb, .os = .freebsd, .abi = .eabihf, .os_ver = .{ .major = 11, .minor = 0, .patch = 0 } },
|
||||
.{ .arch = .thumb, .os = .linux, .abi = .musleabi, .os_ver = .{ .major = 2, .minor = 1, .patch = 0 } },
|
||||
.{ .arch = .thumb, .os = .linux, .abi = .musleabihf, .os_ver = .{ .major = 2, .minor = 1, .patch = 0 } },
|
||||
.{ .arch = .thumb, .os = .windows, .abi = .gnu },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user