shithub: scc

Download patch

ref: d69b942c0f484c8677cf8b8b2acfe8b190d6fc5f
parent: 6581062fb5bc6f44b84090da0a0f7b05f41344ee
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Jun 1 08:56:18 EDT 2022

driver/posix: Remove unneeded SYSLST

SYSLST is not used since long time ago.

--- a/src/cmd/cc/posix/Makefile
+++ b/src/cmd/cc/posix/Makefile
@@ -4,17 +4,6 @@
 PROJECTDIR = ../../../..
 include $(PROJECTDIR)/scripts/rules.mk
 
-# SYSLST is a list of arch-abi-sys-format.
-# By default the driver uses the configuration
-# inhered from the environment, that in a normal
-# build is derived from the host configuration.
-
-SYSLST  =\
-	amd64-sysv-linux-elf\
-	z80-scc-none-none\
-	i386-sysv-linux-elf\
-	amd64-sysv-openbsd-elf\
-
 TARGETS =\
 	$(BINDIR)/scc-cc\
 	$(BINDIR)/scc-cpp\