mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
windows: update mingw-w64 version
This gets rid of the following messages:
ld.lld: warning: duplicate /export option: hypot
ld.lld: warning: duplicate /export option: nextafter
I've wanted to wait for the next release but that may take a long while,
so I've simply set the submodule to the commit that fixes this message.
This commit is contained in:
committed by
Ron Evans
parent
1d52e6be29
commit
7aca814954
@@ -52,7 +52,7 @@ func makeMinGWExtraLibs(tmpdir string) []*compileJob {
|
|||||||
for _, name := range []string{
|
for _, name := range []string{
|
||||||
"kernel32.def.in",
|
"kernel32.def.in",
|
||||||
"api-ms-win-crt-conio-l1-1-0.def",
|
"api-ms-win-crt-conio-l1-1-0.def",
|
||||||
"api-ms-win-crt-convert-l1-1-0.def",
|
"api-ms-win-crt-convert-l1-1-0.def.in",
|
||||||
"api-ms-win-crt-environment-l1-1-0.def",
|
"api-ms-win-crt-environment-l1-1-0.def",
|
||||||
"api-ms-win-crt-filesystem-l1-1-0.def",
|
"api-ms-win-crt-filesystem-l1-1-0.def",
|
||||||
"api-ms-win-crt-heap-l1-1-0.def",
|
"api-ms-win-crt-heap-l1-1-0.def",
|
||||||
|
|||||||
+1
-1
Submodule lib/mingw-w64 updated: acc9b9d9eb...8526cb6182
Reference in New Issue
Block a user