mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Build runtime libraries by default.
llvm-svn: 79465
This commit is contained in:
parent
10a7eceb25
commit
7655fc08e9
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ include $(LEVEL)/Makefile.config
|
||||
# FIXME: Remove runtime entirely once we have an understanding of where
|
||||
# libprofile etc should go.
|
||||
#ifeq ($(LLVMGCC_MAJVERS),4)
|
||||
DIRS := $(filter-out runtime, $(DIRS))
|
||||
# DIRS := $(filter-out runtime, $(DIRS))
|
||||
#endif
|
||||
|
||||
ifeq ($(MAKECMDGOALS),libs-only)
|
||||
|
Loading…
x
Reference in New Issue
Block a user