aboutsummaryrefslogtreecommitdiff
path: root/packages/gdb/15.1/chksum
Commit message (Collapse)AuthorAgeFilesLines
* gdb: Add 15.2Konstantin Ivlev2025-01-201-8/+0
| | | | | | https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00011.html Signed-off-by: Konstantin Ivlev <tomskside@gmail.com>
* gdb: Add gdb 15.1Chris Packham2024-07-241-0/+8
https://sourceware.org/pipermail/gdb-announce/2024/000140.html The release notes state that "Building GDB and GDBserver now requires a C++17 compiler (for instance, GCC 9 or later)". Looks like we already satisfy this requirement with GDB_DEP_NO_STD_FUTURE. gdbserver now has a dependency on iconv.h, for uclibc configurations we need to make sure this is satisfied. Signed-off-by: Chris Packham <judge.packham@gmail.com>