mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Add binutils 2.38
This commit is contained in:
parent
5aae443d65
commit
4113d60b24
8 changed files with 151 additions and 6 deletions
|
|
@ -785,6 +785,13 @@ GCC 4.7.4 is the last version written in C. This time we build both C and C++ ba
|
|||
C++ backend has some dependency on ``gperf`` which is written in C++. Fortunately, it is
|
||||
easy to patch it out and resulting ``g++`` compiler is capable of building ``gperf``.
|
||||
|
||||
binutils 2.38
|
||||
=============
|
||||
|
||||
This version of binutils provides a more comprehensive set of programming tools for
|
||||
creating and managing binary programs. It also includes modern versions of the ``ld``
|
||||
linker, the ``as`` assembler and the ``ar`` program.
|
||||
|
||||
gperf 3.1
|
||||
=========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue