| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fa4e958 bump gcc to 12.2.0 and binutils to 2.39
2036815 Merge branch 'mingw-w64-build' into mingw-w64-build-ng
6bc1c85 Update packages
100887b Merge pull request #24 from AppliedIntuition/master
226cf87 Added Linked Runtime feature to MinGW Build. Allows MinGW to be linked against UCRT
0f8bdd1 Update copyright
REVERT: c453fac Merge pull request #7 from lnslbrty/mingw-w64-build-ng
REVERT: 00a33d2 Merge pull request #6 from lnslbrty/mingw-w64-build-ng
REVERT: e59d1d7 Merge pull request #5 from lnslbrty/mingw-w64-build-ng
REVERT: 4095ad7 Merge pull request #4 from lnslbrty/mingw-w64-build-ng
REVERT: 22d81ca Merge pull request #3 from lnslbrty/mingw-w64-build-ng
REVERT: 23cccda Merge pull request #2 from lnslbrty/mingw-w64-build-ng
REVERT: bf48f91 Merge pull request #1 from lnslbrty/mingw-w64-build-ng
git-subtree-dir: mingw-w64-build
git-subtree-split: fa4e958cbb2400f611fd0e961a743246be40cb24
|
|\|
| |
| |
| |
| |
| | |
git-subtree-dir: mingw-w64-build
git-subtree-mainline: af29ba56f3881ab7acb35ef6474f6a57f6f9a373
git-subtree-split: c453fac127d06aef4d0c7eec3e5bbcd4795c82d9
|
| |
| |
| |
| |
| |
| | |
- prefix path should be absolute
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |\
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Added `--root <path>` to set the ROOT_PATH.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* SHA-512 signature verification
* GIT can still be used (not recommended)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added READNE.md link to the upstream source.
* Skip checksum tests if different branch selected.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| |/
| |
| |
| | |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
| | |
|
| | |
|
| |
| |
| |
| | |
Credit to @lnslbrty for suggesting this.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
* MinGW-w64 8git
* GMP 6.2.1
* MPC 1.2.1
* ISL 0.23
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Should resolve #15
|
| | |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | | |
GCC switched to git, and the svn repo is in read-only mode.
|
| | |\ |
|
| | | | |
|
| |/ / |
|
| |/
| |
| |
| | |
parallel builds.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
GCC added this define upstream with 247502.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 22c7717c4bd9ed46c21050ba83c1105a3493626e.
The bug ended up being with MinGW-w64 git HEAD, not GCC.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 906260789a5c83195c126afa99de573affd26913.
FFmpeg will segfault if built with x265 when GCC 8svn is used.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
tar -xf <file> without the archive type is widely supported and simplifies the extraction command.
The xz program is not actually required to extract an xz archives with tar -xf.
|
| | |
|