From 258a9f3899be3af24dc2bd40c617e395cedbeded Mon Sep 17 00:00:00 2001 From: "henryk@ploetzli.ch" Date: Sun, 13 Dec 2009 22:55:49 +0000 Subject: [PATCH] Fix MPFR URL --- tools/install-gnuarm4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install-gnuarm4.sh b/tools/install-gnuarm4.sh index bfd12119..68ebde72 100755 --- a/tools/install-gnuarm4.sh +++ b/tools/install-gnuarm4.sh @@ -37,7 +37,7 @@ INSIGHT=http://mirrors.kernel.org/sources.redhat.com/insight/releases/insight-${ #INSIGHT=http://www.mirrorservice.org/sites/sources.redhat.com/pub/insight/releases/insight-${INSIGHT_VER}.tar.bz2 GDB=ftp://sourceware.org/pub/gdb/releases/gdb-${GDB_VER}.tar.bz2 GMP=http://ftp.sunet.se/pub/gnu/gmp/gmp-${GMP_VER}.tar.bz2 -MPFR=http://www.mpfr.org/mpfr-current/mpfr-${MPFR_VER}.tar.bz2 +MPFR=http://mpfr.loria.fr/mpfr-current/mpfr-${MPFR_VER}.tar.bz2 # Common configuration options (i.e., things to pass to 'configure') COMMON_CFG="--enable-interwork --target=arm-elf --program-prefix=arm-elf- --prefix=${DESTDIR} --disable-werror --enable-languages=c,c++ --enable-multilib --disable-shared" -- 2.39.2