scc

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

commit d69b942c0f484c8677cf8b8b2acfe8b190d6fc5f
parent 6581062fb5bc6f44b84090da0a0f7b05f41344ee
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  1 Jun 2022 12:56:18 +0200

driver/posix: Remove unneeded SYSLST

SYSLST is not used since long time ago.

Diffstat:
Msrc/cmd/cc/posix/Makefile | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/cmd/cc/posix/Makefile b/src/cmd/cc/posix/Makefile @@ -4,17 +4,6 @@ PREFIX = /usr/local 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\