scc

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

commit d5aa985b90f62cce9e7d1ddfd2f7fca343128970
parent e119c49880f616f781206c4bca93a6a684fc61ff
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sat,  2 Nov 2019 20:05:20 +0100

[ld] Remove pass3.o from Makefile

This file is not ready yet to be included in the compilation
and it breaks the compilation.

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

diff --git a/src/cmd/ld/Makefile b/src/cmd/ld/Makefile @@ -10,7 +10,7 @@ OBJS =\ section.o\ pass1.o\ pass2.o \ - pass3.o \ +# pass3.o \ # pass4.o \ # pass5.o \