summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.toolchain4
-rw-r--r--toolchain/gcc/Makefile.inc6
-rw-r--r--toolchain/gcc/patches/4.9.2/cflags.patch (renamed from toolchain/gcc/patches/4.9.1/cflags.patch)0
3 files changed, 5 insertions, 5 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 009ce19ee..7d4dbad74 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -44,8 +44,8 @@ config ADK_TOOLCHAIN_GCC_4_8_3
depends on !ADK_LINUX_TILE
depends on !ADK_LINUX_C6X
-config ADK_TOOLCHAIN_GCC_4_9_1
- prompt "4.9.1"
+config ADK_TOOLCHAIN_GCC_4_9_2
+ prompt "4.9.2"
boolean
depends on !ADK_LINUX_BFIN
depends on !ADK_LINUX_ARC
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 2a616adbd..e522805f2 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -2,9 +2,9 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
-ifeq ($(ADK_TOOLCHAIN_GCC_4_9_1),y)
-PKG_VERSION:= 4.9.1
-PKG_MD5SUM:= b188a3c9be25ddbf36b4fa6f04aaafaa
+ifeq ($(ADK_TOOLCHAIN_GCC_4_9_2),y)
+PKG_VERSION:= 4.9.2
+PKG_MD5SUM:= 76f464e0511c26c93425a9dcdc9134cf
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/gcc/patches/4.9.1/cflags.patch b/toolchain/gcc/patches/4.9.2/cflags.patch
index d4119cd39..d4119cd39 100644
--- a/toolchain/gcc/patches/4.9.1/cflags.patch
+++ b/toolchain/gcc/patches/4.9.2/cflags.patch