OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
269dbf5
)
Add variable for bugpoint.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Wed, 2 Feb 2005 00:40:15 +0000
(
00:40
+0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Wed, 2 Feb 2005 00:40:15 +0000
(
00:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19981
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index
2b30928
..
90ae7e7
100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-272,6
+272,10
@@
endif
ifndef LOPT
LOPT := $(LLVMToolDir)/opt$(EXEEXT)
endif
+ifndef LBUGPOINT
+LBUGPOINT := $(LLVMToolDir)/bugpoint$(EXEEXT)
+endif
+
LLVMGCCWITHPATH := PATH="$(LLVMToolDir):$(PATH)" $(LLVMGCC)
LLVMGXXWITHPATH := PATH="$(LLVMToolDir):$(PATH)" $(LLVMGXX)