Commit graph

5 commits

Author SHA1 Message Date
ryoon
78deb68274 Update to mingw-w64 to 7.0.0 and binutils to 2.33.1
mingw-w64:
Notable changes:

    _FORTIFY_SOURCE support thanks to Christian Franke.
    Lots of math fixes from Martin Storsjö.
    Many headers updated from Wine by Jacek Caban.
    UCRT support by Martin Storsjö.

binutils:
No specific change for Windows/PECOFF.
2019-12-29 01:08:13 +00:00
rillig
1b41af41b8 cross/*: let pkglint autofix indentation and variable alignment
pkglint -Wall -F -r cross

xtensa-esp32-elf-gcc has been manually edited afterwards because when
realigning variable assignments, pkglint only allows one long outlier
line. This package has two long SITES.* lines, therefore pkglint wanted
to indent the variable values much further to the right. This needs to be
fixed in pkglint.
2019-06-08 10:53:26 +00:00
ryoon
4e97096acb Update mingw-w64 packages to latest
* Update mingw-w64 to 6.0.0
* Update binutils to 2.32
* Update GCC to 9.1.0
2019-05-10 19:30:03 +00:00
ryoon
cbd5bd2b8b Update binutils to 2.31.1 and GCC to 8.2.0
* Fix included line in Makefile.commons
2018-08-28 13:22:20 +00:00
ryoon
273ab9d07f cross/mingw-w64-x86_64-headers: import mingw-w64-x86_64-headers-5.0.4
Mingw-w64 is an advancement of the original mingw.org project,
created to support the GCC compiler on Windows systems. It has
forked it in 2007 in order to provide support for 64 bits and new
APIs. It has since then gained widespread use and distribution.

This package provides headers for mingw-w64 x86_64 target.
2018-06-07 19:14:46 +00:00