summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index a63c66b3b0..99a5e0cb93 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -10,15 +10,8 @@
LEVEL = ..
include $(LEVEL)/Makefile.config
-ifeq ($(LLVMGCC_MAJVERS),4)
-PARALLEL_DIRS :=
-install all::
- $(Echo) "Warning: These runtime libraries only need to be built with"
- $(Echo) "Warning: llvm-gcc version 3. They are automatically included"
- $(Echo) "Warning: with llvm-gcc version 4 and beyond"
-else
ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS := libdummy libprofile GC
+PARALLEL_DIRS := libprofile GC
else
PARALLEL_DIRS :=
install all ::
@@ -33,7 +26,6 @@ endif
ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif
-endif
include $(LEVEL)/Makefile.common