aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Merge branch 'main' into mingw-w64-build-ngHEADtmpmainToni Uhlig2024-12-03
|\ | | | | | | | | | | * updated Mingw-w64 / binutils / gcc Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Update READMEKyle Schwarz2024-05-25
| |
| * Switch to master for MinGW-w64Kyle Schwarz2023-01-29
| |
| * Update binutils to binutils-2_40-branchKyle Schwarz2023-01-29
| |
* | Switch to master for MinGW-w64Kyle Schwarz2023-04-20
| |
* | Update binutils to binutils-2_40-branchKyle Schwarz2023-04-20
| |
* | CI and tarball/SDK supportToni Uhlig2022-09-03
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | fixed a typ0Toni Uhlig2022-08-31
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | Merge branch 'mingw-w64-build' into mingw-w64-build-ngToni Uhlig2022-08-30
|\| | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Update packagesKyle Schwarz2022-07-10
| | | | | | | | Binutils 2.39 and GCC 12
* | Change ROOT_PATH with `--root-path`.Toni Uhlig2021-10-26
|/ | | | | | | * Added READNE.md link to the upstream source. * Skip checksum tests if different branch selected. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Rewrite mingw-w64-buildKyle Schwarz2021-08-29
| | | | | | | | | | | | | | | Summary of changes: * The build process has been moved out of the working directory and into $HOME/.zeranoe/mingw-w64/src and $HOME/.zeranoe/mingw-w64/bld * The output toolchain(s) are no longer installed to ./<arch>, but to $HOME/.zeranoe/mingw-w64/<arch> or --prefix * Switch to GCC's download_prerequisites for downloading ISL, GMP, MPFR, and MPC * Add numerous options, see --help * Add progress reporting * Update MinGW-w64, GCC, and Binutils default branches * Clean up by default, removing the intermediate source, build, and log files
* Update packagesKyle Schwarz2020-12-01
| | | | | | | * MinGW-w64 8git * GMP 6.2.1 * MPC 1.2.1 * ISL 0.23
* Update packagesKyle Schwarz2020-07-26
|
* Update READMEKyle Schwarz2020-05-13
|\
| * Update README.mdtengsen2020-04-06
| |
* | Update gmp to 6.2.0Kyle Schwarz2020-05-13
|/
* Update to binutils 2.34gitKyle Schwarz2020-03-30
|
* Update copyright, binutils, and MinGW-w64. Copy Ninja with N_CPU + 2 for ↵Kyle Schwarz2020-01-13
| | | | parallel builds.
* Update GCC to 9svnKyle Schwarz2019-07-19
|
* Update ISL to 0.21Kyle Schwarz2019-04-18
|
* Update versions in README.mdKyle Schwarz2019-02-12
|
* Change MinGW-w64 branch to 6Kyle Schwarz2018-12-02
|
* Update ISL version on README.mdKyle Schwarz2018-08-14
|
* Switch to using MinGW-w64 5 Git branchKyle Schwarz2018-08-14
|
* Revert "Revert "Update to GCC 8svn""Kyle Schwarz2018-08-12
| | | | | | This reverts commit 22c7717c4bd9ed46c21050ba83c1105a3493626e. The bug ended up being with MinGW-w64 git HEAD, not GCC.
* Revert "Update to GCC 8svn"Kyle Schwarz2018-08-11
| | | | | | This reverts commit 906260789a5c83195c126afa99de573affd26913. FFmpeg will segfault if built with x265 when GCC 8svn is used.
* Update to GCC 8svnKyle Schwarz2018-08-10
|
* Update Binutils to 2.31gitKyle Schwarz2018-07-22
|
* Simplify the README.md Platforms sectionKyle Schwarz2018-07-10
|
* Switch to the Binutils 2.30 SVN branch and GCC 7 Git branchKyle Schwarz2018-07-10
| | | | | | Additional packages are required for building Binutils from SVN. MacOS requires --disable-werror for Binutils due to a commit not yet in the 2.30 branch.
* Update isl to 0.19Kyle Schwarz2018-04-07
|
* Update package versions in README.mdKyle Schwarz2018-03-06
|
* Add links for packagesKyle Schwarz2018-01-24
|
* Update package versionsKyle Schwarz2018-01-24
|
* Add "Platforms" section to README.mdZeranoe2017-06-12
| | | mingw-w64-build has been tested on the listed platforms, but will likely compile on other Unix systems.
* Create README.mdZeranoe2017-06-10
|
* Initial commitZeranoe2017-06-10