mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Toolchain: Update gdb to 11.2
This commit is contained in:
parent
d13283f952
commit
5550905c00
2 changed files with 49 additions and 37 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue