summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 23:32:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-08 23:32:20 +0000
commitef2c362769b3ca064c357119e7cef0ab51842c19 (patch)
tree4de2f66928b8fe1ab62b2f98ba10e8815bb23564
parent8c54b1f726591a91e1002e3d219688bcb5fa9447 (diff)
downloadtoolchains-ef2c362769b3ca064c357119e7cef0ab51842c19.tar.gz
toolchains-ef2c362769b3ca064c357119e7cef0ab51842c19.tar.bz2
Update other libraries
-rw-r--r--ppc-amigaos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index 1ba034e..0cbd4a2 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -6,15 +6,15 @@ UPSTREAM_BINUTILS_VERSION := 2.23.2
UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2
UPSTREAM_BINUTILS_URI := ftp://ftp.gnu.org/gnu/binutils/$(UPSTREAM_BINUTILS_TARBALL)
-UPSTREAM_GMP_VERSION := 5.0.5
+UPSTREAM_GMP_VERSION := 6.1.2
UPSTREAM_GMP_TARBALL := gmp-$(UPSTREAM_GMP_VERSION).tar.bz2
UPSTREAM_GMP_URI := http://ftp.gnu.org/gnu/gmp/$(UPSTREAM_GMP_TARBALL)
-UPSTREAM_MPFR_VERSION := 3.1.2
+UPSTREAM_MPFR_VERSION := 4.0.0
UPSTREAM_MPFR_TARBALL := mpfr-$(UPSTREAM_MPFR_VERSION).tar.bz2
UPSTREAM_MPFR_URI := http://www.mpfr.org/mpfr-$(UPSTREAM_MPFR_VERSION)/$(UPSTREAM_MPFR_TARBALL)
-UPSTREAM_MPC_VERSION := 0.9
+UPSTREAM_MPC_VERSION := 1.0.3
UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz
UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL)