diff options
author | Idwer Vollering <vidwer@gmail.com> | 2012-10-25 02:12:46 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-10-25 09:21:51 +0200 |
commit | 27efb4cd3fcae3baeb6f8906ab092f82562e44e1 (patch) | |
tree | a0d65ae660399b594b39ac495b182925deed7181 /util | |
parent | fedb63a988fcbdc6315246cbf7bda33e3f01eb2b (diff) | |
download | coreboot-27efb4cd3fcae3baeb6f8906ab092f82562e44e1.tar.gz coreboot-27efb4cd3fcae3baeb6f8906ab092f82562e44e1.tar.bz2 coreboot-27efb4cd3fcae3baeb6f8906ab092f82562e44e1.zip |
crossgcc: update to MPFR 3.1.1
This patch updates crossgcc to download and compile MPFR 3.1.1
Change-Id: I6c479db5d6d632dcc2201c3771b43e2b663877e1
Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-on: http://review.coreboot.org/1613
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'util')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 87e6132dc2e4..96bed0b3e7c7 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -21,7 +21,7 @@ # CROSSGCC_DATE="October 23rd, 2012" -CROSSGCC_VERSION="1.10" +CROSSGCC_VERSION="1.11" # default settings TARGETDIR=`pwd`/xgcc @@ -30,7 +30,7 @@ DESTDIR= # version numbers GMP_VERSION=5.0.5 -MPFR_VERSION=3.1.0 +MPFR_VERSION=3.1.1 MPC_VERSION=0.9 LIBELF_VERSION=0.8.13 GCC_VERSION=4.7.2 |