mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Add MinGW version 9.0.0
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
This commit is contained in:
parent
511442be60
commit
e4eb901516
29
packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch
vendored
Normal file
29
packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
|
||||
mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
|
||||
2 files changed, 5 insertions(+), 0 deletions(-)
|
||||
|
||||
--- 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/v9.0.0/chksum
vendored
Normal file
8
packages/mingw-w64/v9.0.0/chksum
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
md5 mingw-w64-9.0.0.tar.bz2 f22c1dcc6288926199b24d9861e19de5
|
||||
sha1 mingw-w64-v9.0.0.tar.bz2 9c496ed063e085888d250cc461ec4d31d97b72f1
|
||||
sha256 mingw-w64-v9.0.0.tar.bz2 1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181
|
||||
sha512 mingw-w64-v9.0.0.tar.bz2 6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386
|
||||
md5 mingw-w64-v9.0.0.zip fa3819dce0219b1735c9b16818adbbb8
|
||||
sha1 mingw-w64-v9.0.0.zip acb21a240cf65e67eabc9145f74a3a874c18ff45
|
||||
sha256 mingw-w64-v9.0.0.zip 2b0f450dbd9f078b9bd11b77b0eb804040550b0a32963e5f51842740f6058b44
|
||||
sha512 mingw-w64-v9.0.0.zip 0deb570b2863f3b2fdc7a980fc981f904dba4210386d7feddf404a7ba8ed8016c3c945eb9361c6ae6338cc4b19617819cc4ace1cded8e28b3a90119b0ee3803b
|
0
packages/mingw-w64/v9.0.0/version.desc
vendored
Normal file
0
packages/mingw-w64/v9.0.0/version.desc
vendored
Normal file
Loading…
Reference in New Issue
Block a user