shithub: scc

Download patch

ref: c970c0f3b3510ff26976834a880977b5bdc1237d
parent: ba7282c77fe93ec17c42d1a3a11fbd4109d93616
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.

--- a/scripts/config
+++ b/scripts/config
@@ -15,7 +15,7 @@
 	echo TOOL=${TOOL:-gnu} HOST=linux
 	;;
 Plan9)
-	echo HOST=plan9
+	echo TOOL=${TOOL:-plan9} HOST=plan9
 	;;
 esac