From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDcT5-0002yA-8x for guix-patches@gnu.org; Fri, 19 Oct 2018 17:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDcT4-00058f-LJ for guix-patches@gnu.org; Fri, 19 Oct 2018 17:38:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55647) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDcT4-00058T-HV for guix-patches@gnu.org; Fri, 19 Oct 2018 17:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDcT4-0006la-81 for guix-patches@gnu.org; Fri, 19 Oct 2018 17:38:02 -0400 Subject: [bug#33038] [PATCH 6/6] doc: Update Preparing to Use the Bootstrap Binaries. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181014085857.3863-1-janneke@gnu.org> <20181014085857.3863-6-janneke@gnu.org> Date: Fri, 19 Oct 2018 23:37:27 +0200 In-Reply-To: <20181014085857.3863-6-janneke@gnu.org> (Jan Nieuwenhuizen's message of "Sun, 14 Oct 2018 10:58:57 +0200") Message-ID: <87efcld3e0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Nieuwenhuizen Cc: 33038@debbugs.gnu.org Jan Nieuwenhuizen skribis: > * doc/guix.texi (Preparing to Use the Bootstrap Binaries): Mention > bootstrap-mes alongside bootstrap-gcc. > (Reducing the Set of Bootstrap Binaries): Mention the Reduced Binary Seed > bootstrap, MesCC-Tools and Mes. LGTM! > +Our first major achievement is the replacement of of GCC, the GNU C Libr= ary > +and Binutils by MesCC-Tools (a simple hex linker and macro assembler) an= d Mes > +(a Scheme interpreter and a C99 compiler in Scheme). Neither MesCC-Tool= s nor > +Mes can be fully bootstrapped yet and thus we inject them as binary seed= s. We > +call this the Reduced Binary Seed bootstrap, as it has halved the size o= f our > +bootstrap binaries! Also, it has eliminated the C compiler binary; i686= -linux > +and x86_64-linux GuixSD are now bootstrapped without any binary C compil= er. s/GuixSD/Guix packages/ Perhaps add an @pxref for Mes? > +Work is ongoing to make MesCC-Tools and Mes fully bootstrappable and we = are > +also looking at any other bootstrap binaries. Your help is welcome! I still can=E2=80=99t believe this is a reality, awesome!! :-) Ludo=E2=80=99.