1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Remove compilation of __main because we now link -lgcc into programs

llvm-svn: 1947
This commit is contained in:
Chris Lattner 2002-03-22 19:13:47 +00:00
parent 0b9734b293
commit 28cae4bbd9

View File

@ -1,7 +1,5 @@
# Libraries Makefile: Build all subdirectories automatically
all:: runtime.o
LEVEL = ../..
DIRS := $(sort $(filter-out Output/, $(filter-out CVS/, $(wildcard */))))
@ -13,6 +11,3 @@ include ${LEVEL}/Makefile.common
install::
clean::
runtime.o: ../runtime.c
$(CC) -c $(CFLAGS) $<