mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +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
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='binutils'
|
||||
version='2.40'
|
||||
version='2.41'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=(
|
||||
|
@ -13,7 +13,7 @@ configopts=(
|
|||
"--enable-libiberty"
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/binutils/binutils-${version}.tar.xz#0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1"
|
||||
"https://ftpmirror.gnu.org/gnu/binutils/binutils-${version}.tar.xz#ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue