diff options
author | ivanka2012 <ivanka2012@gmail.com> | 2020-12-12 22:32:47 +0100 |
---|---|---|
committer | ivanka2012 <ivanka2012@gmail.com> | 2020-12-14 09:00:34 +0100 |
commit | cacb3109bc91071c78bbb19f6d4cf66c30f30e0a (patch) | |
tree | af73f588cf92ee25f6b89eaacd7114ea5e0870a8 /packages/mingw-w64 | |
parent | 0946aaa1fcd1a023dd30c87d65ffc6b1441b1560 (diff) | |
download | crosstool-ng-cacb3109bc91071c78bbb19f6d4cf66c30f30e0a.tar.gz crosstool-ng-cacb3109bc91071c78bbb19f6d4cf66c30f30e0a.tar.bz2 crosstool-ng-cacb3109bc91071c78bbb19f6d4cf66c30f30e0a.zip |
Add MinGW version 8.0.0
Signed-off-by: Kittenberger Iván <ivanka2012@gmail.com>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r-- | packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch | 29 | ||||
-rw-r--r-- | packages/mingw-w64/v8.0.0/chksum | 9 | ||||
-rw-r--r-- | packages/mingw-w64/v8.0.0/version.desc | 0 |
3 files changed, 38 insertions, 0 deletions
diff --git a/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch new file mode 100644 index 00000000..835be631 --- /dev/null +++ b/packages/mingw-w64/v8.0.0/0000-mingw64-malloc.patch @@ -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> diff --git a/packages/mingw-w64/v8.0.0/chksum b/packages/mingw-w64/v8.0.0/chksum new file mode 100644 index 00000000..bcc79481 --- /dev/null +++ b/packages/mingw-w64/v8.0.0/chksum @@ -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 + diff --git a/packages/mingw-w64/v8.0.0/version.desc b/packages/mingw-w64/v8.0.0/version.desc new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/packages/mingw-w64/v8.0.0/version.desc |