commit: 255b783b97f43aea29cb882e396ac3ec5985e3cf
parent 9f83e1213ea65cf6f2687c0c789b969cdf4cb93a
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Thu, 15 Apr 2021 00:59:30 +0100
parts: We no longer rebuild mes.
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/parts.rst b/parts.rst
@@ -65,9 +65,8 @@ using the experimental ``wip-m2`` branch to jump over the gap between
1. Compiling an initial mes using ``M2-Planet``. Note that this is
*only* the Mes interpreter, not the libc or anything else.
-2. We then use this to recompile the Mes interpreter as well as building
- the libc. This second interpreter is faster and less buggy. We need
- the libc to compile all the programs until we get glibc.
+2. We then use this to compile the Mes libc. We need the libc to compile
+ all the programs until we get musl.
tinycc 0.9.26
=============
diff --git a/sysa/mes/mes.kaem b/sysa/mes/mes.kaem
@@ -26,7 +26,7 @@ kaem --verbose --file kaem.run
cp bin/mes-m2 ${MES}
chmod 755 ${MES}
-# Recompile Mes and Mes C library using mes-m2 bootstrapped Mes
+# Build Mes C library using mes-m2 bootstrapped Mes
# Start with crt1.o
${MES} --no-auto-compile -e main ${bindir}/mescc.scm -- -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86 lib/linux/x86-mes-mescc/crt1.c