Disable libprofile as llvm-ar bus errors on it, and I don't want to break
authorChris Lattner <sabre@nondot.org>
Wed, 15 Dec 2004 08:15:48 +0000 (08:15 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Dec 2004 08:15:48 +0000 (08:15 +0000)
the nightly testers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18960 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 2adc08999293f5aec1a3c25c20f24b3ac06e702a..fa0c40dc430c53e888000b9d2bfb4fac00641566 100644 (file)
@@ -11,7 +11,7 @@ LEVEL = ..
 include $(LEVEL)/Makefile.config
 
 ifneq ($(wildcard $(LLVMGCCDIR)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy  libprofile  libtrace GC
+PARALLEL_DIRS  := GCCLibraries  libdummy  libtrace GC
 else
 PARALLEL_DIRS  := 
 install all ::