[llvm-commits] [llvm] r79465 - /llvm/trunk/Makefile
Daniel Dunbar
daniel at zuster.org
Wed Aug 19 14:09:45 PDT 2009
Author: ddunbar
Date: Wed Aug 19 16:09:45 2009
New Revision: 79465
URL: http://llvm.org/viewvc/llvm-project?rev=79465&view=rev
Log:
Build runtime libraries by default.
Modified:
llvm/trunk/Makefile
Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=79465&r1=79464&r2=79465&view=diff
==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Aug 19 16:09:45 2009
@@ -36,7 +36,7 @@
# 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)
More information about the llvm-commits
mailing list