summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-19 21:09:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-19 21:09:45 +0000
commit671a853991274b3b07e0266bee42fc2650269fe6 (patch)
treeb1fbaa46d9ac28079d839a44803ae9392e42cdb4 /Makefile
parentde0cc5a66085d460bade2780f63c3ea28fd58a90 (diff)
downloadllvm-671a853991274b3b07e0266bee42fc2650269fe6.tar.gz
llvm-671a853991274b3b07e0266bee42fc2650269fe6.tar.bz2
llvm-671a853991274b3b07e0266bee42fc2650269fe6.tar.xz
Build runtime libraries by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79465 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e750889ae4..700b02d02e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ include $(LEVEL)/Makefile.config
# FIXME: Remove runtime entirely once we have an understanding of where
# libprofile etc should go.
#ifeq ($(LLVMGCC_MAJVERS),4)
- DIRS := $(filter-out runtime, $(DIRS))
+# DIRS := $(filter-out runtime, $(DIRS))
#endif
ifeq ($(MAKECMDGOALS),libs-only)