projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37dcae6
)
Set a variable so that we can find the python interpreter.
author
John Criswell
<criswell@uiuc.edu>
Mon, 2 Aug 2004 22:24:39 +0000
(22:24 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Mon, 2 Aug 2004 22:24:39 +0000
(22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15424
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.config.in
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index
25c9b0a
..
034962a
100644
(file)
--- a/
Makefile.config.in
+++ b/
Makefile.config.in
@@
-28,6
+28,9
@@
CXX = @CXX@
# Path to the CC binary, which use used by testcases for native builds.
CC := @CC@
+# Path to the Python interpreter
+PYTHON := @PYTHON@
+
# Linker flags.
LDFLAGS+=@LDFLAGS@