summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-20 16:05:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2018-01-20 16:05:14 +0000
commitb191914b9fdb5aa2a4e9969ec543b246f79fdc41 (patch)
tree6876598173664d4bb161e017a36af60f79540566
parentb0b09103ebf62303d9aa4756c4c96d99363fe054 (diff)
downloadtoolchains-b191914b9fdb5aa2a4e9969ec543b246f79fdc41.tar.gz
toolchains-b191914b9fdb5aa2a4e9969ec543b246f79fdc41.tar.bz2
Latest good library versions
-rw-r--r--ppc-amigaos/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile
index 567764d..d44b1f0 100644
--- a/ppc-amigaos/Makefile
+++ b/ppc-amigaos/Makefile
@@ -10,13 +10,13 @@ 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 := 4.0.0
+UPSTREAM_MPFR_VERSION := 3.1.6
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 := 1.0.3
+UPSTREAM_MPC_VERSION := 1.0.2
UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz
-UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL)
+UPSTREAM_MPC_URI := http://ftp.gnu.org/gnu/mpc/$(UPSTREAM_MPC_TARBALL)
UPSTREAM_NDK_TARBALL := SDK_53.29.lha
UPSTREAM_NDK_URI := "http://hyperion-entertainment.biz/index.php/downloads?view=download&format=raw&file=82"