mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Add support for using the prcontext python script instead of grep -C.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
21eccb6563
commit
955a742569
@ -51,7 +51,8 @@ CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
|
|||||||
-c "cxx=$(CXX)" \
|
-c "cxx=$(CXX)" \
|
||||||
-c "llvmgcc=$(LLVMGCC)" \
|
-c "llvmgcc=$(LLVMGCC)" \
|
||||||
-c "llvmgxx=$(LLVMGXX)" \
|
-c "llvmgxx=$(LLVMGXX)" \
|
||||||
-c "make=$(MAKE)"
|
-c "make=$(MAKE)" \
|
||||||
|
-c "python=$(PYTHON)"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Location of the QMTest program.
|
# Location of the QMTest program.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user