tool_chain: update GCC to version 4.8.4

Fixes #1519
This commit is contained in:
Christian Prochaska
2015-05-12 16:25:30 +02:00
committed by Christian Helmuth
parent b704944d4d
commit 7709059245
25 changed files with 309 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ MPC_DOWNLOAD_URL ?= http://www.multiprecision.org/mpc/download
# Tool versions and install location
#
GCC_VERSION = 4.7.4
GCC_VERSION = 4.8.4
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.7.4 = 2.64
AUTOCONF_VERSION_gcc_4.8.4 = 2.64
AUTOCONF_VERSION = $(AUTOCONF_VERSION_gcc_$(GCC_VERSION))