scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit c90950da285b2cfa08c6eb4cb3156b3b01687bda
parent 0f64b0ae4296cc9919a9b9faa897007200ed6b2f
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Mon, 13 Apr 2026 12:13:35 +0200

libc: Use scc to build ctype

Ctype has good coverage in the library tests, so it is ideal for the
first part of the libc migrated to use the built scc as an additional
step to self host scc.

Diffstat:
Msrc/libc/ctype/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/libc/ctype/Makefile b/src/libc/ctype/Makefile @@ -2,6 +2,7 @@ PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk +CC=$(SCC) OBJS =\ ctype.$O\