logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 465a0010b82dd3bfd854cb1829834976d4844304
parent 3900cf04ca6ba69d5e5da2aa7b9c6c1f6039e64b
Author: Andrius Štikonas <andrius@stikonas.eu>
Date:   Thu,  6 Oct 2022 00:57:44 +0100

Also update parts.rst.

Diffstat:

Mparts.rst12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/parts.rst b/parts.rst @@ -792,12 +792,6 @@ This version of binutils provides a more comprehensive set of programming tools creating and managing binary programs. It also includes modern versions of the ``ld`` linker, the ``as`` assembler and the ``ar`` program. -musl 1.2.3 -========== - -With GCC and binutils supporting a musl-based toolchain natively, musl itself is rebuilt -with support for dynamic linking. - gperf 3.1 ========= @@ -863,3 +857,9 @@ GNU Autogen is a tool designed to simplify the creation and maintenance of progr We will use `gnu-autogen-bootstrapping <https://github.com/schierlm/gnu-autogen-bootstrapping>`_ project to rebuild those and create slightly crippled ``autogen`` that is then able to build full-featured version. + +musl 1.2.3 +========== + +With GCC and binutils supporting a musl-based toolchain natively, musl itself is rebuilt +with support for dynamic linking.