commit c970c0f3b3510ff26976834a880977b5bdc1237d
parent ba7282c77fe93ec17c42d1a3a11fbd4109d93616
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 28 Mar 2022 08:27:48 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/config b/scripts/config
@@ -15,7 +15,7 @@ Linux)
echo TOOL=${TOOL:-gnu} HOST=linux
;;
Plan9)
- echo HOST=plan9
+ echo TOOL=${TOOL:-plan9} HOST=plan9
;;
esac