summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile1
-rw-r--r--toolchain/gdb/Makefile.inc13
2 files changed, 11 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 9d98e87bc..9d5b12e54 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -33,6 +33,7 @@ $(WRKBUILD)/.configured:
--with-mpfr='${STAGING_HOST_DIR}/usr' \
--with-expat \
--with-libexpat-prefix='${STAGING_HOST_DIR}/usr' \
+ --with-libiconv-prefix='${STAGING_HOST_DIR}/usr' \
--disable-dependency-tracking \
--without-uiout \
--enable-gdbmi \
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index e8e29d4c3..c0ec2d983 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -2,10 +2,17 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gdb
-ifeq ($(ADK_TOOLCHAIN_GDB_16_2),y)
-PKG_VERSION:= 16.2
+ifeq ($(ADK_TOOLCHAIN_GDB_17_1),y)
+PKG_VERSION:= 17.1
PKG_RELEASE:= 1
-PKG_HASH:= bdc1da4a033280ac752e7d34b0418efaa45bed093235cb88e62ea961752a37f8
+PKG_HASH:= 2b93c4c9726a4b8cfe771036e155377405dfa41c483d90945481319c5663c120
+PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
+ifeq ($(ADK_TOOLCHAIN_GDB_16_3),y)
+PKG_VERSION:= 16.3
+PKG_RELEASE:= 1
+PKG_HASH:= 86015081217dc82c5485db9ce864dcc0b703759d2bdbe4441b095c5f900a6a37
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif