1
0
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:
Daniel Dunbar 2009-08-19 21:09:45 +00:00
parent 10a7eceb25
commit 7655fc08e9

View File

@ -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)