Commit graph

5 commits

Author SHA1 Message Date
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
wiz
fbdab57543 mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file
This uses the distinfo file from mingw-w64-x86_64-gcc
2018-09-06 06:14:32 +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
4a2bda588c cross/mingw-w64-x86_64-gcc-bootstrap: import mingw-w64-x86_64-gcc-bootstrap-8.1.0
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 mingw-w64 bootstrap GCC for x86_64 target.
2018-06-07 19:16:50 +00:00