summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-22 19:13:47 +0000
committerChris Lattner <sabre@nondot.org>2002-03-22 19:13:47 +0000
commit709829dba1965cede050d3ad81a2bccd2d736476 (patch)
treea50801633643ce9210933784c822d9de175678bb /llvm/runtime
parent220ef17a9e954eb157e308f7f12dfcef73bfab16 (diff)
downloadbcm5719-llvm-709829dba1965cede050d3ad81a2bccd2d736476.tar.gz
bcm5719-llvm-709829dba1965cede050d3ad81a2bccd2d736476.zip
Remove compilation of __main because we now link -lgcc into programs
llvm-svn: 1947
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index 48ea8ea93cb..2fad2286f87 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/runtime/Makefile
@@ -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) $<
OpenPOWER on IntegriCloud