diff options
author | lancethepants <lancethepants@gmail.com> | 2021-05-24 10:21:51 -0600 |
---|---|---|
committer | lancethepants <lancethepants@gmail.com> | 2021-05-24 10:24:56 -0600 |
commit | e4eb901516626b80197d69f44211dc265cc74d86 (patch) | |
tree | c07b64106018240a33c5e5fb3e74b60879ae883e /packages/mingw-w64 | |
parent | 511442be60c3ad7b4197e11cd1c932e03561b8ba (diff) | |
download | crosstool-ng-e4eb901516626b80197d69f44211dc265cc74d86.tar.gz crosstool-ng-e4eb901516626b80197d69f44211dc265cc74d86.tar.bz2 crosstool-ng-e4eb901516626b80197d69f44211dc265cc74d86.zip |
Add MinGW version 9.0.0
Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>
Diffstat (limited to 'packages/mingw-w64')
-rw-r--r-- | packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch | 29 | ||||
-rw-r--r-- | packages/mingw-w64/v9.0.0/chksum | 8 | ||||
-rw-r--r-- | packages/mingw-w64/v9.0.0/version.desc | 0 |
3 files changed, 37 insertions, 0 deletions
diff --git a/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch b/packages/mingw-w64/v9.0.0/0000-mingw64-malloc.patch new file mode 100644 index 00000000..835be631 --- /dev/null +++ b/packages/mingw-w64/v9.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/v9.0.0/chksum b/packages/mingw-w64/v9.0.0/chksum new file mode 100644 index 00000000..9532d910 --- /dev/null +++ b/packages/mingw-w64/v9.0.0/chksum @@ -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 diff --git a/packages/mingw-w64/v9.0.0/version.desc b/packages/mingw-w64/v9.0.0/version.desc new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/packages/mingw-w64/v9.0.0/version.desc |