shithub: scc

Download patch

ref: d5aa985b90f62cce9e7d1ddfd2f7fca343128970
parent: e119c49880f616f781206c4bca93a6a684fc61ff
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sat Nov 2 16:05:20 EDT 2019

[ld] Remove pass3.o from Makefile

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

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