mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
Toolchain+Ports: Update binutils to 2.41
Aside from a straightforward rebase, this contains an out-of-tree patch from MaskRay which adds the `-Bsymbolic-non-weak-functions` flag to ld.
This commit is contained in:
parent
ae21002cb5
commit
4defa401d3
7 changed files with 346 additions and 49 deletions
|
@ -74,8 +74,8 @@ echo SYSROOT is "$SYSROOT"
|
|||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
||||
BINUTILS_VERSION="2.40"
|
||||
BINUTILS_MD5SUM="007b59bd908a737c06e5a8d3d2c737eb"
|
||||
BINUTILS_VERSION="2.41"
|
||||
BINUTILS_MD5SUM="256d7e0ad998e423030c84483a7c1e30"
|
||||
BINUTILS_NAME="binutils-$BINUTILS_VERSION"
|
||||
BINUTILS_PKG="${BINUTILS_NAME}.tar.xz"
|
||||
BINUTILS_BASE_URL="https://ftpmirror.gnu.org/gnu/binutils"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue