scc

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

commit 56291d393d17f863d2ace0ce96616772d04bf8ca
parent dbae0624dd4eebde36d6253a06e61a0d48b44a45
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat, 24 Aug 2019 22:12:16 +0100

[ld] Disable buildint ld

Libmach is going to change a lot in the next commits, and kepping
ld updated with the changes is worthless because it is going to be
rewritten.

Diffstat:
Msrc/cmd/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/Makefile b/src/cmd/Makefile @@ -12,7 +12,7 @@ TARGET = $(BINDIR)/nm \ $(BINDIR)/objcopy \ $(BINDIR)/addr2line \ -DIRS = ld as scc +DIRS = as scc LIBMACH = $(LIBDIR)/libmach.a LIBSCC = $(LIBDIR)/libscc.a