From ee5a4026c3560c6b313313cf78236a60e300ee93 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 21 Feb 2023 20:31:19 +1300 Subject: gdb: Add gdb 13.1 https://sourceware.org/pipermail/gdb-announce/2023/000134.html https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Signed-off-by: Chris Packham --- scripts/build/debug/300-gdb.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh index 2d9619f2..2fa94981 100644 --- a/scripts/build/debug/300-gdb.sh +++ b/scripts/build/debug/300-gdb.sh @@ -131,6 +131,12 @@ do_debug_gdb_build() native_extra_config+=("--disable-inprocess-agent") fi + if [ "${CT_COMP_LIBS_ZSTD}}" = "y" ]; then + native_extra_config+=("--with-zstd=${complibs}") + else + native_extra_config+=("--without-zstd") + fi + export ac_cv_func_strncmp_works=yes # TBD do we need all these? -- cgit v1.2.3