From dedfd3526d0120ebeab08b677f36156e79a68927 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 30 Oct 2012 18:09:09 +0100 Subject: [PATCH] tool chain: binutils 2.22 and GCC 4.7.2 update --- tool/tool_chain | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/tool_chain b/tool/tool_chain index bfba01cfc6..417bc01ec4 100755 --- a/tool/tool_chain +++ b/tool/tool_chain @@ -60,8 +60,8 @@ MPC_DOWNLOAD_URL ?= http://www.multiprecision.org/mpc/download # Tool versions and install location # -GCC_VERSION = 4.7.1 -BINUTILS_VERSION = 2.21.1 +GCC_VERSION = 4.7.2 +BINUTILS_VERSION = 2.22 GDB_VERSION = 7.3.1 GMP_VERSION = 5.0.2 MPFR_VERSION = 3.1.0 @@ -89,7 +89,7 @@ VERBOSE = @ AUTOCONF_gcc_4.4.5 = autoconf2.59 AUTOCONF_gcc_4.6.1 = autoconf2.64 -AUTOCONF_gcc_4.7.1 = autoconf2.64 +AUTOCONF_gcc_4.7.2 = autoconf2.64 AUTOCONF = $(AUTOCONF_gcc_$(GCC_VERSION))