Allow PackedType to be constructed with an abstract type.
[oota-llvm.git] / runtime / Makefile
index f8b6ba63f857a10230efecd97f3954daf8a064e2..d1165800c75b38616c4f36cbb06f3d8d69f68433 100644 (file)
@@ -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"
@@ -18,7 +18,7 @@ install all::
        $(Echo) "Warning: with llvm-gcc version 4 and beyond"
 else 
 ifneq ($(wildcard $(LLVMGCC)),)
-PARALLEL_DIRS  := GCCLibraries  libdummy libprofile libtrace GC
+PARALLEL_DIRS  := GCCLibraries  libdummy libprofile GC
 else
 PARALLEL_DIRS  := 
 install all ::