aboutsummaryrefslogtreecommitdiffstats
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
commit8a3e71d5791ac0fd5e16d57bfb14847d4e832c94 (patch)
treeb1fbaa46d9ac28079d839a44803ae9392e42cdb4 /Makefile
parent66cf5286b1f6b172ad4e8c6c32457eaf2cf1143d (diff)
downloadexternal_llvm-8a3e71d5791ac0fd5e16d57bfb14847d4e832c94.zip
external_llvm-8a3e71d5791ac0fd5e16d57bfb14847d4e832c94.tar.gz
external_llvm-8a3e71d5791ac0fd5e16d57bfb14847d4e832c94.tar.bz2
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 e750889..700b02d 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)