commit 767a733c93e2c4c78316e85f6a318bc7985f0321
parent e4c2f8d47d5881c812e0352e1b4e80b2726c9f8c
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Mon, 13 Apr 2026 12:13:35 +0200
libc: Use scc to build locale
Locale 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:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/libc/locale/Makefile b/src/libc/locale/Makefile
@@ -2,6 +2,7 @@
PROJECTDIR =../../..
include $(PROJECTDIR)/scripts/rules.mk
include ../rules.mk
+CC=$(SCC)
OBJS =\
localeconv.$O\