1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 5c60a89777
commit 689c9cf79a

View 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 ::