diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-08-19 21:09:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-08-19 21:09:45 +0000 |
commit | 671a853991274b3b07e0266bee42fc2650269fe6 (patch) | |
tree | b1fbaa46d9ac28079d839a44803ae9392e42cdb4 /Makefile | |
parent | de0cc5a66085d460bade2780f63c3ea28fd58a90 (diff) |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |