From b301a7030fd5247b3621139f556709ae405e1dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 18 Apr 2021 11:34:33 +0100 Subject: [PATCH] Move comment about old GNU software after untar. --- parts.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parts.rst b/parts.rst index 7eae900..53c9ffa 100644 --- a/parts.rst +++ b/parts.rst @@ -85,19 +85,19 @@ recompiled 5(!) times to add new features that are required for other features, namely ``long long`` and ``float``. Each time, the libc is also recompiled. -Note that now we begin to delve into the realm of old GNU software, -using older versions compilable by tinycc. Prior to this point, all tools -have been adapted significantly for the bootstrap; now, we will be using -old tooling instead. - untar ===== ``tar`` is the most common archive format used by software source code, often compressed also. To avoid continuing using submodules we -switch to software distribution using tar tarchives. ``untar.c`` is +switch to software distribution using tar archives. ``untar.c`` is a single file implementation of tar format and is part of libarchive 3.4. +Note that now we begin to delve into the realm of old GNU software, +using older versions compilable by tinycc. Prior to this point, all tools +have been adapted significantly for the bootstrap; now, we will be using +old tooling instead. + gzip 1.2.4 ==========