scc

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

commit 8c861a6ff01fc1c6acd3b2cba8fc1e1d32f524cf
parent 008c8517f6c14be0607d602700425fc2f382e93c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 23 Jan 2023 13:37:15 +0100

libcrt/i386: Remove dummy.o target

This target is not needed because it is only a placeholder
in all the architectures where the libcrt is not needed
or it is not implemented, but in the case of i386 we already
have some files and the placeholder is not needed.

Diffstat:
Msrc/libcrt/i386/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libcrt/i386/Makefile b/src/libcrt/i386/Makefile @@ -4,7 +4,6 @@ PROJECTDIR=../../.. include $(PROJECTDIR)/scripts/rules.mk OBJS =\ - dummy.o\ umoddi3.o\ udivdi3.o\