mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Make it possible to choose between different compilation graph definitions at compile-time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50972 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a673037097
commit
ecb977e64f
@ -14,7 +14,8 @@ REQUIRES_EH := 1
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
TOOLS_SOURCE=Graph.td Tools.td Common.td
|
||||
GRAPH = Graph.td
|
||||
TOOLS_SOURCE=$(GRAPH) Tools.td Common.td
|
||||
|
||||
# TOFIX: integrate this part into Makefile.rules?
|
||||
# The degree of horrorshowness in that file is too much for me atm.
|
||||
|
Loading…
x
Reference in New Issue
Block a user