mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Toolchain: Update binutils to version to latest 2.36.1 release
This updates binutils to the latest release. It looks like some lines where shuffled around, so I had to fixup out patch to apply cleanly again.
This commit is contained in:
parent
d65e74bffa
commit
5d59affc18
2 changed files with 25 additions and 25 deletions
|
@ -63,8 +63,8 @@ echo SYSROOT is "$SYSROOT"
|
|||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
||||
BINUTILS_VERSION="2.35.1"
|
||||
BINUTILS_MD5SUM="bca600eea3b8fc33ad3265c9c1eee8d4"
|
||||
BINUTILS_VERSION="2.36.1"
|
||||
BINUTILS_MD5SUM="3df9c3bbd944f9b57c1496f06741197b"
|
||||
BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
||||
BINUTILS_PKG="${BINUTILS_NAME}.tar.gz"
|
||||
BINUTILS_BASE_URL="http://ftp.gnu.org/gnu/binutils"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue