summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-09 12:06:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-12 13:23:29 +0200
commit185a7af215469551c9b162e3538a3698dd3e26d4 (patch)
treeff9c53edc898cba76933f8f4d96ce2f033270184 /toolchain/gcc/Makefile.inc
parentb90d67bf21ef362295cf8ecfe93cd2c8dd6437ea (diff)
update kernel, add gcc 9.2
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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 246b6960e..1d6088d85 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_9),y)
+PKG_VERSION:= 9.2.0
+PKG_HASH:= ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
+PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
+PKG_RELEASE:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+LIBSTDCXXVER:= 25
+endif
ifeq ($(ADK_TOOLCHAIN_GCC_8),y)
PKG_VERSION:= 8.3.0
PKG_HASH:= 64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c