aboutsummaryrefslogtreecommitdiff
path: root/src/mingw.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-10-06 07:32:50 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-10-11 01:05:42 -0700
commite4ed8c3f373a6d06511b0210590cf6a4eda6da71 (patch)
treec27397f8c5350fdd362ac8842afeead67074883e /src/mingw.zig
parente52931e50f6360b78074602de1f114796857ab11 (diff)
downloadzig-e4ed8c3f373a6d06511b0210590cf6a4eda6da71.tar.gz
zig-e4ed8c3f373a6d06511b0210590cf6a4eda6da71.zip
update mingw-w64 crt files to v10.0.0
Diffstat (limited to 'src/mingw.zig')
-rw-r--r--src/mingw.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mingw.zig b/src/mingw.zig
index 23035fe72b..e02984ee19 100644
--- a/src/mingw.zig
+++ b/src/mingw.zig
@@ -677,7 +677,6 @@ const mingwex_generic_src = [_][]const u8{
"math" ++ path.sep_str ++ "cbrt.c",
"math" ++ path.sep_str ++ "cbrtf.c",
"math" ++ path.sep_str ++ "cbrtl.c",
- "math" ++ path.sep_str ++ "cephes_emath.c",
"math" ++ path.sep_str ++ "copysign.c",
"math" ++ path.sep_str ++ "copysignf.c",
"math" ++ path.sep_str ++ "coshf.c",
@@ -810,7 +809,6 @@ const mingwex_generic_src = [_][]const u8{
"misc" ++ path.sep_str ++ "strnlen.c",
"misc" ++ path.sep_str ++ "strsafe.c",
"misc" ++ path.sep_str ++ "strtoimax.c",
- "misc" ++ path.sep_str ++ "strtold.c",
"misc" ++ path.sep_str ++ "strtoumax.c",
"misc" ++ path.sep_str ++ "tdelete.c",
"misc" ++ path.sep_str ++ "tfind.c",