Disable libprofile as llvm-ar bus errors on it, and I don't want to break

the nightly testers.

llvm-svn: 18960
This commit is contained in:
Chris Lattner 2004-12-15 08:15:48 +00:00
parent 160a8a9725
commit 5b489416c9
1 changed files with 1 additions and 1 deletions

View File

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