summaryrefslogtreecommitdiff
path: root/util/crossgcc
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2012-10-25 02:14:09 +0200
committerPeter Stuge <peter@stuge.se>2012-10-25 09:23:21 +0200
commit7962fc7684131666227ee4846f07b1fe4a5b8b22 (patch)
tree41370c96658d38741ab2a3175c4b487bf4174ea0 /util/crossgcc
parent27efb4cd3fcae3baeb6f8906ab092f82562e44e1 (diff)
downloadcoreboot-7962fc7684131666227ee4846f07b1fe4a5b8b22.tar.xz
crossgcc: update to MPC 1.0.1
This patch updates crossgcc to download and compile MPC 1.0.1 Change-Id: I7a2a21afc8c26e4fb7b6553c7fd98cc054d01570 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/1614 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 96bed0b3e7..67f907a17e 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -21,7 +21,7 @@
#
CROSSGCC_DATE="October 23rd, 2012"
-CROSSGCC_VERSION="1.11"
+CROSSGCC_VERSION="1.12"
# default settings
TARGETDIR=`pwd`/xgcc
@@ -31,7 +31,7 @@ DESTDIR=
# version numbers
GMP_VERSION=5.0.5
MPFR_VERSION=3.1.1
-MPC_VERSION=0.9
+MPC_VERSION=1.0.1
LIBELF_VERSION=0.8.13
GCC_VERSION=4.7.2
GCC_AUTOCONF_VERSION=2.64
@@ -47,7 +47,7 @@ EXPAT_VERSION=2.0.1
# archive locations
GMP_ARCHIVE="http://ftpmirror.gnu.org/gmp/gmp-${GMP_VERSION}.tar.bz2"
MPFR_ARCHIVE="http://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.bz2"
-MPC_ARCHIVE="http://www.multiprecision.org/mpc/download/mpc-${MPC_VERSION}.tar.gz"
+MPC_ARCHIVE="http://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
LIBELF_ARCHIVE="http://www.mr511.de/software/libelf-${LIBELF_VERSION}.tar.gz"
GCC_ARCHIVE="http://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.bz2"
BINUTILS_ARCHIVE="http://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.bz2"