1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

Toolchain: Update gdb to 11.2

This commit is contained in:
Daniel Bertalan 2022-03-24 19:35:17 +01:00 committed by Brian Gianforcaro
parent d13283f952
commit 5550905c00
2 changed files with 49 additions and 37 deletions

View file

@ -77,8 +77,8 @@ BINUTILS_NAME="binutils-$BINUTILS_VERSION"
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
BINUTILS_BASE_URL="https://ftp.gnu.org/gnu/binutils"
GDB_VERSION="10.2"
GDB_MD5SUM="7aeb896762924ae9a2ec59525088bada"
GDB_VERSION="11.2"
GDB_MD5SUM="b5674bef1fbd6beead889f80afa6f269"
GDB_NAME="gdb-$GDB_VERSION"
GDB_PKG="${GDB_NAME}.tar.gz"
GDB_BASE_URL="https://ftp.gnu.org/gnu/gdb"