summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/runtime/Makefile')
-rw-r--r--llvm/runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile
index 3883041d2eb..9937c11e3bc 100644
--- a/llvm/runtime/Makefile
+++ b/llvm/runtime/Makefile
@@ -11,7 +11,7 @@ LEVEL = ..
include $(LEVEL)/Makefile.config
ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS := libprofile GC
+PARALLEL_DIRS := libprofile
else
PARALLEL_DIRS :=
install all ::
OpenPOWER on IntegriCloud