Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
* MinGW-w64 8git
* GMP 6.2.1
* MPC 1.2.1
* ISL 0.23
  • Loading branch information
Zeranoe committed Dec 1, 2020
1 parent 0dffee7 commit 15801de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
[MinGW-w64](https://mingw-w64.org) cross compiler build script for i686 (Win32) and x86_64 (Win64).

## Package
* [MinGW-w64](https://mingw-w64.org) 7git
* [MinGW-w64](https://mingw-w64.org) 8git
* [Binutils](https://www.gnu.org/software/binutils/) 2.35git
* [GCC](https://gcc.gnu.org/) 10git
* [GMP](https://gmplib.org/) 6.2.0
* [GMP](https://gmplib.org/) 6.2.1
* [MPFR](http://www.mpfr.org/) 4.1.0
* [MPC](http://www.multiprecision.org/mpc/) 1.1.0
* [isl](http://isl.gforge.inria.fr/) 0.21
* [MPC](http://www.multiprecision.org/mpc/) 1.2.1
* [isl](http://isl.gforge.inria.fr/) 0.23

## Platforms
mingw-w64-build should run on Ubuntu, Cygwin, macOS (with Homebrew), and other Bash based shells.
Expand Down
10 changes: 5 additions & 5 deletions mingw-w64-build
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#

v_script="4git"
v_mingww64="7git"
v_mingww64="8git"
v_binutils="2.35git"
v_gcc="10git"
v_gmp="6.2.0"
v_gmp="6.2.1"
v_mpfr="4.1.0"
v_mpc="1.1.0"
v_isl="0.21"
v_mpc="1.2.1"
v_isl="0.23"

show_help()
{
Expand Down Expand Up @@ -84,7 +84,7 @@ download_sources()
cd "$src" || error_exit

echo "downloading mingw-w64" >&3
git clone --depth 1 -b v7.x https://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit
git clone --depth 1 -b v8.x https://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit

echo "downloading binutils" >&3
git clone --depth 1 -b binutils-2_35-branch git://sourceware.org/git/binutils-gdb.git binutils-$v_binutils || error_exit
Expand Down

0 comments on commit 15801de

Please sign in to comment.