summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
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 f8b6ba63f8..8d6f0ff596 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -10,7 +10,7 @@
LEVEL = ..
include $(LEVEL)/Makefile.config
-ifneq ($(LLVMGCC_MAJVERS),3)
+ifeq ($(LLVMGCC_MAJVERS),4)
PARALLEL_DIRS :=
install all::
$(Echo) "Warning: These runtime libraries only need to be built with"