scc

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

commit 30e0a933714d65ec7702aa10e11b16bec4ce69f2
parent 9823afcb16ede7ff099d673aa53cfd65ca889eda
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:
Mscripts/config | 2+-
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