Skip to content

Commit f925e13

Browse files
committed
std.zig.target: Remove thumb-freebsd-eabihf.
Leftover from 76d525f.
1 parent 7c9035f commit f925e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/std/zig/target.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pub const available_libcs = [_]ArchOsAbi{
2626
.{ .arch = .armeb, .os = .linux, .abi = .musleabihf, .os_ver = .{ .major = 2, .minor = 6, .patch = 0 } },
2727
.{ .arch = .armeb, .os = .netbsd, .abi = .eabi, .os_ver = .{ .major = 1, .minor = 2, .patch = 0 } },
2828
.{ .arch = .armeb, .os = .netbsd, .abi = .eabihf, .os_ver = .{ .major = 1, .minor = 2, .patch = 0 } },
29-
.{ .arch = .thumb, .os = .freebsd, .abi = .eabihf, .os_ver = .{ .major = 11, .minor = 0, .patch = 0 } },
3029
.{ .arch = .thumb, .os = .linux, .abi = .musleabi, .os_ver = .{ .major = 2, .minor = 1, .patch = 0 } },
3130
.{ .arch = .thumb, .os = .linux, .abi = .musleabihf, .os_ver = .{ .major = 2, .minor = 1, .patch = 0 } },
3231
.{ .arch = .thumb, .os = .windows, .abi = .gnu },

0 commit comments

Comments
 (0)