crossgcc: Fix MPFR download location
authorPeter Stuge <peter@stuge.se>
Sun, 13 Dec 2009 13:39:01 +0000 (13:39 +0000)
committerPeter Stuge <peter@stuge.se>
Sun, 13 Dec 2009 13:39:01 +0000 (13:39 +0000)
We want to download a specific version so fetch it from the right directory.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4977 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/crossgcc/buildgcc

index d13fce226c0b5615516d5ae055b7c91ec3a1e9c0..491af48f2f81ab4d1ade079d21d9d3bb99c07580 100755 (executable)
@@ -35,7 +35,7 @@ GDB_VERSION=6.8
 
 # archive locations
 GMP_ARCHIVE="ftp://ftp.gmplib.org/pub/gmp-${GMP_VERSION}/gmp-${GMP_VERSION}.tar.bz2"
-MPFR_ARCHIVE="http://www.mpfr.org/mpfr-current/mpfr-${MPFR_VERSION}.tar.bz2"
+MPFR_ARCHIVE="http://www.mpfr.org/mpfr-${MPFR_VERSION}/mpfr-${MPFR_VERSION}.tar.bz2"
 GCC_ARCHIVE="ftp://ftp.gwdg.de/pub/gnu/ftp/gnu/gcc/gcc-${GCC_VERSION}/gcc-core-${GCC_VERSION}.tar.bz2"
 BINUTILS_ARCHIVE="http://ftp.gnu.org/gnu/binutils/binutils-${BINUTILS_VERSION}.tar.bz2"
 GDB_ARCHIVE="http://ftp.gnu.org/gnu/gdb/gdb-${GDB_VERSION}.tar.bz2"