summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-05-07 19:44:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-05-07 19:44:07 +0200
commit77fecac50a866d45ab500b245f9d1fd9a4e8ea71 (patch)
tree75351592f1526a61147a5317ef3b7a77f424b145 /toolchain/gcc/Makefile.inc
parent2f5779978486ad35b58b5b0e25876ab8cc797ba2 (diff)
gcc: add support for 7.1
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 9756e91d6..d6c07d5f8 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -2,6 +2,14 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
+ifeq ($(ADK_TOOLCHAIN_GCC_7),y)
+PKG_VERSION:= 7.1.0
+PKG_HASH:= 3c187ef42e4cf657eec0ed641aac7f7e46261bcb1cea31b72dcf2dedddbbdea5
+PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
+PKG_RELEASE:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+LIBSTDCXXVER:= 23
+endif
ifeq ($(ADK_TOOLCHAIN_GCC_6),y)
PKG_VERSION:= 6.3.0
PKG_HASH:= 02f9302a559fa2251595ca0bc1e937219eff2995a3802d7b31676fec2402beb4