parts: We no longer rebuild mes.

This commit is contained in:
Andrius Štikonas 2021-04-15 00:59:30 +01:00
parent 9f83e1213e
commit 255b783b97
2 changed files with 3 additions and 4 deletions

View File

@ -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
=============

View File

@ -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