scc

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

commit 1156d6a42e3a86badbda9c894bee1be97aed7923
parent f12340649ae0ee8b3e2f5ccdb2fcdaf10ec7bf67
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