shithub: scc

Download patch

ref: 3e30a4a17fcd1bdaccf00bef07bdce99f285e0ef
parent: f0dc7b162e3c03dfd5628941f0d1048fa0fdfda9
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Mon Mar 28 04:27:48 EDT 2022

build: Improve plan9 support

The Plan9 support was not tested since long time ago
and there were several aspectss of the build system
that are not working in plan9. This is a first step
to get into it.

--- /dev/null
+++ b/scripts/build/conf/amd64-plan9.mk
@@ -1,0 +1,3 @@
+ARCH = amd64
+ABI  = plan9
+O    = 6p
--- /dev/null
+++ b/scripts/build/tool/plan9.mk
@@ -1,0 +1,3 @@
+include $(BUILDDIR)/tool/unix.mk
+
+COMP = cc