forked from OSchip/llvm-project
Remove compilation of __main because we now link -lgcc into programs
llvm-svn: 1947
This commit is contained in:
parent
220ef17a9e
commit
709829dba1
|
@ -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) $<
|
||||
|
|
Loading…
Reference in New Issue