mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Add MinGW version 8.0.0
Signed-off-by: Kittenberger Iván <ivanka2012@gmail.com>
This commit is contained in:
parent
0946aaa1fc
commit
cacb3109bc
29
packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch
vendored
Normal file
29
packages/mingw-w64/v8.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>
|
9
packages/mingw-w64/v8.0.0/chksum
vendored
Normal file
9
packages/mingw-w64/v8.0.0/chksum
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
md5 mingw-w64-v8.0.0.tar.bz2 e6ed923249d249ff6489d13fe3a15691
|
||||
sha1 mingw-w64-v8.0.0.tar.bz2 c733a60e1e651ccd5d1ef1296cdc6f44f41a2cb0
|
||||
sha256 mingw-w64-v8.0.0.tar.bz2 44c740ea6ab3924bc3aa169bad11ad3c5766c5c8459e3126d44eabb8735a5762
|
||||
sha512 mingw-w64-v8.0.0.tar.bz2 cefcc86ac3e6337c88ed224ab4692abbd5eb543ce78fb6c5462198a85f36c9274a0a1df0a0bebd182137fd527c15831f9237c782711a85f32e77d9104b28359e
|
||||
md5 mingw-w64-v8.0.0.zip 6e2ce90d0ed84b4b2d4cbdaa96458cdf
|
||||
sha1 mingw-w64-v8.0.0.zip c8765acdbdf1d59f619cf736c9542efb9ee5306c
|
||||
sha256 mingw-w64-v8.0.0.zip fa61dff624d09d7a6d2e85fbeb9b2f238fcc8db1fe5705552ec66233b1cfffbe
|
||||
sha512 mingw-w64-v8.0.0.zip bc45f10d444aad9399fff373553a1b71eff39fd586ab0dff580c8167ee9282901d32aaf2ddb97df742d38264ae7bc6621b81fa0ceeb308f56bbdd9bd0c8065a5
|
||||
|
0
packages/mingw-w64/v8.0.0/version.desc
vendored
Normal file
0
packages/mingw-w64/v8.0.0/version.desc
vendored
Normal file
Loading…
Reference in New Issue
Block a user