[llvm-commits] CVS: llvm/runtime/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 15 00:16:04 PST 2004
Changes in directory llvm/runtime:
Makefile updated: 1.22 -> 1.23
---
Log message:
Disable libprofile as llvm-ar bus errors on it, and I don't want to break
the nightly testers.
---
Diffs of the changes: (+1 -1)
Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.22 llvm/runtime/Makefile:1.23
--- llvm/runtime/Makefile:1.22 Sat Oct 23 03:01:27 2004
+++ llvm/runtime/Makefile Wed Dec 15 02:15:48 2004
@@ -11,7 +11,7 @@
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 ::
More information about the llvm-commits
mailing list