mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
Toolchain: Update GDB to version 12.1
This commit is contained in:
parent
e9e8111f4a
commit
344a0e00c8
Notes:
sideshowbarker
2024-07-17 07:48:15 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/344a0e00c8 Pull-request: https://github.com/SerenityOS/serenity/pull/14981 Reviewed-by: https://github.com/BertalanD
1 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,8 @@ BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
||||||
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
||||||
BINUTILS_BASE_URL="https://ftp.gnu.org/gnu/binutils"
|
BINUTILS_BASE_URL="https://ftp.gnu.org/gnu/binutils"
|
||||||
|
|
||||||
GDB_VERSION="11.2"
|
GDB_VERSION="12.1"
|
||||||
GDB_MD5SUM="b5674bef1fbd6beead889f80afa6f269"
|
GDB_MD5SUM="0c7339e33fa347ce4d7df222d8ce86af"
|
||||||
GDB_NAME="gdb-$GDB_VERSION"
|
GDB_NAME="gdb-$GDB_VERSION"
|
||||||
GDB_PKG="${GDB_NAME}.tar.gz"
|
GDB_PKG="${GDB_NAME}.tar.gz"
|
||||||
GDB_BASE_URL="https://ftp.gnu.org/gnu/gdb"
|
GDB_BASE_URL="https://ftp.gnu.org/gnu/gdb"
|
||||||
|
@ -184,7 +184,7 @@ pushd "$DIR/Tarballs"
|
||||||
md5=""
|
md5=""
|
||||||
if [ -e "$GDB_PKG" ]; then
|
if [ -e "$GDB_PKG" ]; then
|
||||||
md5="$($MD5SUM $GDB_PKG | cut -f1 -d' ')"
|
md5="$($MD5SUM $GDB_PKG | cut -f1 -d' ')"
|
||||||
echo "bu md5='$md5'"
|
echo "gdb md5='$md5'"
|
||||||
fi
|
fi
|
||||||
if [ "$md5" != ${GDB_MD5SUM} ] ; then
|
if [ "$md5" != ${GDB_MD5SUM} ] ; then
|
||||||
rm -f $GDB_PKG
|
rm -f $GDB_PKG
|
||||||
|
|
Loading…
Add table
Reference in a new issue