ref: 827299db4eab543b94db5bc5137b3ebb1e5ec31e
parent: 7e35586ba959fe64ac6336370e610b2e29a6a859
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun May 30 14:08:32 EDT 2021
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.
--- a/scripts/proto
+++ b/scripts/proto
@@ -2,10 +2,6 @@
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 @@
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