scc

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

commit c2d7b73b22c1a3570bfaf9b4ae70dadb5222de7c
parent e15ff2385b9a9cc5cd228a877b06850a9c1681c3
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:
Ascripts/build/conf/amd64-plan9.mk | 3+++
Ascripts/build/tool/plan9.mk | 3+++
2 files changed, 6 insertions(+), 0 deletions(-)

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