mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Reenable libgc and libprofile is explicitly requested.
llvm-svn: 41851
This commit is contained in:
parent
1c76085679
commit
59f75f14db
@ -10,15 +10,8 @@
|
|||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
include $(LEVEL)/Makefile.config
|
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)),)
|
ifneq ($(wildcard $(LLVMGCC)),)
|
||||||
PARALLEL_DIRS := libdummy libprofile GC
|
PARALLEL_DIRS := libprofile GC
|
||||||
else
|
else
|
||||||
PARALLEL_DIRS :=
|
PARALLEL_DIRS :=
|
||||||
install all ::
|
install all ::
|
||||||
@ -33,7 +26,6 @@ endif
|
|||||||
ifeq ($(ARCH), Sparc)
|
ifeq ($(ARCH), Sparc)
|
||||||
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user