scc

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

commit 3e30a4a17fcd1bdaccf00bef07bdce99f285e0ef
parent f0dc7b162e3c03dfd5628941f0d1048fa0fdfda9
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