mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
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 <judge.packham@gmail.com>
This commit is contained in:
parent
c7bfd36f22
commit
ee5a4026c3
8
packages/gdb/13.1/chksum
vendored
Normal file
8
packages/gdb/13.1/chksum
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
md5 gdb-13.1.tar.xz 4aaad768ff2585464173c091947287ec
|
||||
sha1 gdb-13.1.tar.xz 6f0f5f905085f447672d9f52af66b42207d56e46
|
||||
sha256 gdb-13.1.tar.xz 115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
|
||||
sha512 gdb-13.1.tar.xz e65054ffbc0357eeed4b17e1edc5ef45aa73c9ddf3b1210651e3d859576e27c1d27b266800fe26328eda58857455ccd8632f4000cfc5f63f90854096290187ca
|
||||
md5 gdb-13.1.tar.gz 92b70971e81a450f6b3e1cf568671cfa
|
||||
sha1 gdb-13.1.tar.gz 131e4cd686b8f6ebb932dd468387920da457aa29
|
||||
sha256 gdb-13.1.tar.gz 4cc3d7143d6d54d289d227b1e7289dbc0fa4cbd46131ab87136e1ea831cf46d4
|
||||
sha512 gdb-13.1.tar.gz 7215788172206851a31a456a0fd7835c902c982f01208911e66f6c1ee82038a2d076f191ca2f4e3a9a9a7a0621e1376015f027a2ace08ca650216a2ce0eacf63
|
0
packages/gdb/13.1/version.desc
vendored
Normal file
0
packages/gdb/13.1/version.desc
vendored
Normal file
@ -2,5 +2,5 @@ origin='GNU'
|
||||
repository='git git://sourceware.org/git/binutils-gdb.git'
|
||||
mirrors='$(CT_Mirrors GNU gdb) $(CT_Mirrors sourceware gdb/releases)'
|
||||
relevantpattern='[78].*|. *|.'
|
||||
milestones='8.3 10 11 12'
|
||||
milestones='8.3 10 11 12 13'
|
||||
archive_formats='.tar.xz .tar.gz'
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user