summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-13 15:43:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-13 17:25:40 +0100
commit6d7f991afbe53f041f03123092cfe410b3f200a8 (patch)
tree1faf394874271b4457b0b121797a4f7a8733b3c2 /toolchain/gcc/Makefile.inc
parenta94d74d9c875b4a1c07945bf9af282221d0178b3 (diff)
update to gcc 5.3.0, use as default compiler
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 8ea044595..3c8bc6d32 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_5_2_0),y)
-PKG_VERSION:= 5.2.0
-PKG_HASH:= 87f3f1b3deebee26b6b71068c37201541586647c1ee64a505b06fc4129d6376a
+ifeq ($(ADK_TOOLCHAIN_GCC_5_3_0),y)
+PKG_VERSION:= 5.3.0
+PKG_HASH:= b7f5f56bd7db6f4fcaa95511dbf69fc596115b976b5352c06531c2fc95ece2f4
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz