diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-13 23:11:19 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-13 23:11:19 -0500 |
commit | 6ec5c3b10f3665568693ba6c0f4b639a420efc67 (patch) | |
tree | c65938fe639a2bbffaadd530d1a417861cd97fc5 /README.md | |
parent | 110380cf0c294d6c4a32ff38b42e17a2ff0d00ad (diff) |
Update copyright, binutils, and MinGW-w64. Copy Ninja with N_CPU + 2 for parallel builds.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ [MinGW-w64](https://mingw-w64.org) cross compiler build script for i686 (Win32) and x86_64 (Win64). ## Package -* [MinGW-w64](https://mingw-w64.org) 6git -* [Binutils](https://www.gnu.org/software/binutils/) 2.32git +* [MinGW-w64](https://mingw-w64.org) 7git +* [Binutils](https://www.gnu.org/software/binutils/) 2.33git * [GCC](https://gcc.gnu.org/) 9svn * [GMP](https://gmplib.org/) 6.1.2 * [MPFR](http://www.mpfr.org/) 4.0.2 |