diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-04-27 20:16:59 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-29 10:33:44 +0200 |
commit | 797cb8858af99ac69d97fa5e183857aade588c28 (patch) | |
tree | a49bd89d1c081024e70652389c35615da1c46c99 /Ports/AvailablePorts.md | |
parent | 77087780a240e31cf1fa210fbc8d0a7bf6c052ae (diff) | |
download | serenity-797cb8858af99ac69d97fa5e183857aade588c28.zip |
Ports: Update binutils to version 2.36.1
Otherwise linking fails when building object files with
DWARF 5 symbols.
Diffstat (limited to 'Ports/AvailablePorts.md')
-rw-r--r-- | Ports/AvailablePorts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 1db73366a2..a570aa99fd 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -6,7 +6,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ |----------------------------------------|------------------------------------------------------------|--------------------------|--------------------------------------------------------------------------------| | [`bash`](bash/) | GNU Bash | 5.0 | https://www.gnu.org/software/bash/ | | [`bc`](bc/) | bc | 2.5.1 | https://github.com/gavinhoward/bc | -| [`binutils`](binutils/) | GNU Binutils | 2.32 | https://www.gnu.org/software/binutils/ | +| [`binutils`](binutils/) | GNU Binutils | 2.36.1 | https://www.gnu.org/software/binutils/ | | [`bison`](bison/) | GNU Bison | 1.25 | https://www.gnu.org/software/bison/ | | [`byacc`](byacc/) | Berkeley Yacc | 20191125 | https://invisible-island.net/byacc/byacc.html | | [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ | |