scc

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

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

libc: Use scc to build wchar

Wchar 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/wchar/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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