mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 21:07:54 +00:00
Update mingw-w64 to v10.0.0
Signed-off-by: mid-kid <esteve.varela@gmail.com>
This commit is contained in:
parent
aa6cc4d7f1
commit
f37fd1d30e
30
packages/mingw-w64/v10.0.0/0000-mingw64-malloc.patch
vendored
Normal file
30
packages/mingw-w64/v10.0.0/0000-mingw64-malloc.patch
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
|
||||||
|
mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
|
||||||
|
2 files changed, 5 insertions(+)
|
||||||
|
|
||||||
|
--- a/mingw-w64-tools/genidl/src/genidl_cfg.h
|
||||||
|
+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
|
||||||
|
@@ -26,7 +26,9 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#if defined(HAVE_MALLOC_H)
|
||||||
|
#include <malloc.h>
|
||||||
|
+#endif
|
||||||
|
#include <memory.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
--- a/mingw-w64-tools/genidl/src/genidl_typinfo.c
|
||||||
|
+++ b/mingw-w64-tools/genidl/src/genidl_typinfo.c
|
||||||
|
@@ -21,7 +21,10 @@
|
||||||
|
#include "genidl_cfg.h"
|
||||||
|
#include "genidl_typeinfo.h"
|
||||||
|
#include "genidl_typinfo.h"
|
||||||
|
+#if defined(HAVE_MALLOC_H)
|
||||||
|
#include <malloc.h>
|
||||||
|
+#endif
|
||||||
|
+#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <memory.h>
|
||||||
|
|
8
packages/mingw-w64/v10.0.0/chksum
vendored
Normal file
8
packages/mingw-w64/v10.0.0/chksum
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
md5 mingw-w64-v10.0.0.tar.bz2 5ed260db61f48fe1fc16298786b18d62
|
||||||
|
sha1 mingw-w64-v10.0.0.tar.bz2 56143558d81dae7628a232ca7582b947e65392b1
|
||||||
|
sha256 mingw-w64-v10.0.0.tar.bz2 ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894
|
||||||
|
sha512 mingw-w64-v10.0.0.tar.bz2 3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516
|
||||||
|
md5 mingw-w64-v10.0.0.zip c71137668495c853dd638aab9717a908
|
||||||
|
sha1 mingw-w64-v10.0.0.zip 6ed72f7f6a21bb641f5f50c4d05bcf328c45e432
|
||||||
|
sha256 mingw-w64-v10.0.0.zip 44c031a29e60720fe7aae5a4c7f88997fe4e233e978004a858b2af5a25d021cb
|
||||||
|
sha512 mingw-w64-v10.0.0.zip aa2a96c7a9bbdb766d8cd65a720d7d78816eca82d62d871375532365291cde47fc8687e2cc1a584b5cd9427fd242e35451e8a0cd12203abaef2cdacefd16396d
|
0
packages/mingw-w64/v10.0.0/version.desc
vendored
Normal file
0
packages/mingw-w64/v10.0.0/version.desc
vendored
Normal file
Loading…
Reference in New Issue
Block a user