Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Update to GCC 8svn | Kyle Schwarz | 2018-08-10 | |
| | ||||
* | Update Binutils to 2.31git | Kyle Schwarz | 2018-07-22 | |
| | ||||
* | Switch to the Binutils 2.30 SVN branch and GCC 7 Git branch | Kyle Schwarz | 2018-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 copyright year | Kyle Schwarz | 2018-07-10 | |
| | ||||
* | Update isl to 0.19 | Kyle Schwarz | 2018-04-07 | |
| | ||||
* | Simplify archive extraction | Kyle Schwarz | 2018-04-07 | |
| | | | | | | 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. | |||
* | Switch from wget to curl | Kyle Schwarz | 2018-04-07 | |
| | ||||
* | Revert Binutils to 2.29.1 | Kyle Schwarz | 2018-03-06 | |
| | | | | | | | 2.30 seems have have an issue with x265: Stream #0:0 -> #0:x265 [error]: Only bit depths of 0 are supported in this build Further investigation is needed to find the real issue here. | |||
* | Update package versions | Kyle Schwarz | 2018-02-22 | |
| | ||||
* | Merge pull request #5 from tmm1/gcc-730 | Zeranoe | 2018-02-22 | |
|\ | | | | | bump gcc to v7.3.0 | |||
| * | bump gcc to v7.3.0 | Aman Gupta | 2018-02-21 | |
| | | ||||
* | | Merge pull request #7 from tmm1/trailing-ws | Zeranoe | 2018-02-21 | |
|\ \ | | | | | | | remove trailing whitespace | |||
| * | | remove trailing whitespace | Aman Gupta | 2018-02-21 | |
| |/ | ||||
* / | use existing path variables | Aman Gupta | 2018-02-21 | |
|/ | ||||
* | Update package versions | Kyle Schwarz | 2018-01-24 | |
| | ||||
* | Add permissions to execute | Kyle Schwarz | 2018-01-23 | |
| | ||||
* | Merge pull request #3 from steazzalini/patch-2 | Zeranoe | 2017-12-16 | |
|\ | | | | | Clone mingw-w64 using --depth 1 | |||
| * | Clone mingw-w64 using --depth 1 | Stefano Azzalini | 2017-12-05 | |
| | | | | | | Full git history is not necessary to run the build. This speed up the cloning process as well | |||
* | | Run configure command using relative path | Stefano Azzalini | 2017-12-04 | |
|/ | | | On Win10, gcc build fails during configure due to an issue related to absolute path invocation under msys. | |||
* | Version 4.0.0 | Zeranoe | 2017-06-12 | |
Updated the mingw-w64-build script to version 4.0.0. |