summaryrefslogtreecommitdiff
path: root/x86_64-w64-mingw32
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-13 17:21:38 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-13 17:21:38 +0000
commit9cfc12d2facb9fa9a3e648448f9aed96d4583384 (patch)
treebfb0df8da2827d0be5dffea1634578e3d4d44256 /x86_64-w64-mingw32
parent1be884811237c6ae3b70afed70eac27a8fc41cc5 (diff)
downloadtoolchains-9cfc12d2facb9fa9a3e648448f9aed96d4583384.tar.gz
toolchains-9cfc12d2facb9fa9a3e648448f9aed96d4583384.tar.bz2
fix RISCOS cross compiler target to correctly retrieve infozip
Diffstat (limited to 'x86_64-w64-mingw32')
-rw-r--r--x86_64-w64-mingw32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64-w64-mingw32/Makefile b/x86_64-w64-mingw32/Makefile
index c81cebd..240411b 100644
--- a/x86_64-w64-mingw32/Makefile
+++ b/x86_64-w64-mingw32/Makefile
@@ -21,7 +21,7 @@ UPSTREAM_MPFR_URI := http://www.mpfr.org/mpfr-$(UPSTREAM_MPFR_VERSION)/$(UPSTREA
UPSTREAM_MPC_VERSION := 0.8.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://www.multiprecision.org/downloads/$(UPSTREAM_MPC_TARBALL)
UPSTREAM_MINGW_VERSION := 3.3.0
UPSTREAM_MINGW_TARBALL := mingw-w64-v$(UPSTREAM_MINGW_VERSION).tar.bz2
@@ -172,4 +172,4 @@ $(SOURCESDIR):
mkdir -p $(SOURCESDIR)
$(SRCDIR):
- mkdir -p $(SRCDIR) \ No newline at end of file
+ mkdir -p $(SRCDIR)