don't build runtime for now, ever
authorChris Lattner <sabre@nondot.org>
Thu, 29 Mar 2007 18:14:00 +0000 (18:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Mar 2007 18:14:00 +0000 (18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35470 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index b6ee8b024d22dc2e5b2681922f8b5f56888fb410..a13be8ae0a3ab622edec2c011f8bfa8e81c2c9d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,10 +25,12 @@ EXTRA_DIST := test llvm.spec include win32 Xcode
 
 include $(LEVEL)/Makefile.config 
 
-# llvm-gcc4 doesn't need runtime libs.
-ifeq ($(LLVMGCC_MAJVERS),4)
+# llvm-gcc4 doesn't need runtime libs.  llvm-gcc4 is the only supported one.
+# FIXME: Remove runtime entirely once we have an understanding of where
+# libprofile etc should go.
+#ifeq ($(LLVMGCC_MAJVERS),4)
   DIRS := $(filter-out runtime, $(DIRS))
-endif
+#endif
 
 ifeq ($(MAKECMDGOALS),libs-only)
   DIRS := $(filter-out tools runtime docs, $(DIRS))