mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Don't build runtime if tools-only :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5fa8707821
commit
08f5535aaa
@ -5,6 +5,9 @@
|
|||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
LEVEL = ..
|
LEVEL = ..
|
||||||
DIRS = compiler runtime
|
DIRS = compiler
|
||||||
|
ifneq ($(MAKECMDGOALS),tools-only)
|
||||||
|
DIRS += runtime
|
||||||
|
endif
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user