scc

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

commit b71ee090b3c03092e9f8fdaf7d81d84429e6e62d
parent fde68414dfd808d4c6af93543e2ae82e29f05dff
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 \