tool_chain: update GCC to version 4.9.2

Fixes #1520
This commit is contained in:
Christian Prochaska
2015-05-13 12:33:21 +02:00
committed by Christian Helmuth
parent 7709059245
commit 72e31090ee
23 changed files with 61 additions and 166 deletions

View File

@@ -59,7 +59,7 @@ MPC_DOWNLOAD_URL ?= http://www.multiprecision.org/mpc/download
# Tool versions and install location
#
GCC_VERSION = 4.8.4
GCC_VERSION = 4.9.2
BINUTILS_VERSION = 2.25
GDB_VERSION = 7.3.1
GMP_VERSION = 5.0.2
@@ -101,7 +101,7 @@ VERBOSE = @
#
# Check if 'autoconf' is installed
#
AUTOCONF_VERSION_gcc_4.8.4 = 2.64
AUTOCONF_VERSION_gcc_4.9.2 = 2.64
AUTOCONF_VERSION = $(AUTOCONF_VERSION_gcc_$(GCC_VERSION))