patch to fix link errors, see https://bugzilla.redhat.com/show_bug.cgi?id=1599521#c9 [release 2.31.1-2mamba;Wed Oct 10 2018]
added upstream patch to fix ld malformed archive error when building QtWebEngine (see https://www.linuxfromscratch.org/blfs/view/svn/x/qtwebengine.html) [release 2.37-2mamba;Sun Aug 22 2021]
binutils
Binutils is a collection of binary utilities, including:
- ar: creating modifying and extracting from archives
- nm: for listing symbols from object files
- objcopy: for copying and translating object files
- objdump: for displaying information from object files
- ranlib: for generating an index for the contents of an archive
- size: for listing the section sizes of an object or archive file
- strings: for listing printable strings from files
- strip: for discarding symbols (a filter for demangling encoded C++ symbols
- addr2line: for converting addresses to file and line
- nlmconv: for converting object code into an NLM
Description
GNU Binary Utility Development Utilities
https://www.gnu.org/software/binutils/binutils.html
Languages
Diff
100%