logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 76b78f30d63ad379751aaf57ac7c56e9dbffd27e
parent 2e3cec04184963a00565932bf80be51c9fcf3043
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 16 Aug 2017 22:52:33 -0700

scc: Only enable qbe arch

Diffstat:

Mpkg/scc/.gitignore1-
Mpkg/scc/gen.rc2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkg/scc/.gitignore b/pkg/scc/.gitignore @@ -1,2 +1 @@ -/amd64-sysv.ninja /qbe.ninja diff --git a/pkg/scc/gen.rc b/pkg/scc/gen.rc @@ -1,4 +1,4 @@ -archs=(qbe amd64-sysv) +archs=(qbe) std=c99 cflags\ '-std=c99' \