mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 02:56:31 +01:00
Add description of binutils.
This commit is contained in:
parent
cf9d0d1f3c
commit
9122b5e2e0
2 changed files with 12 additions and 2 deletions
10
parts.rst
10
parts.rst
|
|
@ -392,3 +392,13 @@ autoconf 2.12
|
|||
=============
|
||||
|
||||
Yet another old autoconf version that we will need for GNU Binutils.
|
||||
|
||||
binutils 2.14
|
||||
=============
|
||||
|
||||
The GNU Binary Utilities, or binutils, are a set of programming tools for creating and
|
||||
managing binary programs, object files, libraries, profile data, and assembly source code.
|
||||
|
||||
In particular we can now use full featured ``ar`` instead of ``tcc -ar``,
|
||||
the GNU linker ``ld``, which allows us building shared libraries,
|
||||
and the GNU assembler ``as``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue