summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-15 08:15:48 +0000
committerChris Lattner <sabre@nondot.org>2004-12-15 08:15:48 +0000
commit8378294c687c67540d96734b9b82f56486e88bfa (patch)
tree3a2de6c5bce5969f9a03dbb0fe2cff637764883f /runtime
parent67c3821ea002aea0c3be9286d1779cf67fc03451 (diff)
downloadllvm-8378294c687c67540d96734b9b82f56486e88bfa.tar.gz
llvm-8378294c687c67540d96734b9b82f56486e88bfa.tar.bz2
llvm-8378294c687c67540d96734b9b82f56486e88bfa.tar.xz
Disable libprofile as llvm-ar bus errors on it, and I don't want to break
the nightly testers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 2adc089992..fa0c40dc43 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -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 ::