shithub: scc

Download patch

ref: 863ae94d24cc233614af6cd22e5e3caa3921481f
parent: 529aa2c1a043342c4be06a16048753fc21eee23e
author: zerous Naveen Narayanan <zerous@simple-cc.org>
date: Mon Apr 20 17:51:06 EDT 2020

Add libcrt files for ppc32

diff: cannot open b/src/libcrt/ppc32//null: file does not exist: 'b/src/libcrt/ppc32//null'
--- /dev/null
+++ b/src/libcrt/ppc32/Makefile
@@ -1,0 +1,11 @@
+.POSIX:
+PROJECTDIR=../../..
+include $(PROJECTDIR)/scripts/rules.mk
+
+OBJS = dummy.o
+TARGET = $(LIBCDIR)/libcrt.a
+
+all: $(TARGET)
+
+$(TARGET): $(OBJS)
+	mklib -o $@ $?