scc

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

commit 827299db4eab543b94db5bc5137b3ebb1e5ec31e
parent 7e35586ba959fe64ac6336370e610b2e29a6a859
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 30 May 2021 18:08:32 +0200

build: Do not install i386/ppc

These targets are not build at this moment because
they require cross compilation and the build
system is designed to support only one CROSS_COMPILE
value. For this reason the install target is limited
only to amd64 targets until scc is ready to compile
the libc.

Diffstat:
Mscripts/proto | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/scripts/proto b/scripts/proto @@ -2,10 +2,6 @@ d 755 lib d 755 lib/scc f 644 lib/scc/libmach.a f 644 lib/scc/libscc.a -d 755 lib/scc/i386-linux -f 644 lib/scc/i386-linux/libc.a -f 644 lib/scc/i386-linux/crt.o -f 644 lib/scc/i386-linux/libcrt.a d 755 lib/scc/amd64-dragonfly f 644 lib/scc/amd64-dragonfly/libc.a f 644 lib/scc/amd64-dragonfly/crt.o @@ -26,10 +22,6 @@ d 755 lib/scc/amd64-linux f 644 lib/scc/amd64-linux/libc.a f 644 lib/scc/amd64-linux/crt.o f 644 lib/scc/amd64-linux/libcrt.a -d 755 lib/scc/ppc32-linux -f 644 lib/scc/ppc32-linux/libc.a -f 644 lib/scc/ppc32-linux/crt.o -f 644 lib/scc/ppc32-linux/libcrt.a d 755 bin f 755 bin/ld f 755 bin/cpp