mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
don't build runtime for now, ever
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
8
Makefile
8
Makefile
@@ -25,10 +25,12 @@ EXTRA_DIST := test llvm.spec include win32 Xcode
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
# llvm-gcc4 doesn't need runtime libs.
|
# llvm-gcc4 doesn't need runtime libs. llvm-gcc4 is the only supported one.
|
||||||
ifeq ($(LLVMGCC_MAJVERS),4)
|
# 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
|
#endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),libs-only)
|
ifeq ($(MAKECMDGOALS),libs-only)
|
||||||
DIRS := $(filter-out tools runtime docs, $(DIRS))
|
DIRS := $(filter-out tools runtime docs, $(DIRS))
|
||||||
|
Reference in New Issue
Block a user