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:
6493798
)
Read Makefile.config before using LLVMGCC.
author
Andreas Neustifter
<astifter-llvm@gmx.at>
Fri, 28 Aug 2009 16:13:45 +0000
(16:13 +0000)
committer
Andreas Neustifter
<astifter-llvm@gmx.at>
Fri, 28 Aug 2009 16:13:45 +0000
(16:13 +0000)
See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-
20090824
/085828.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80372
91177308
-0d34-0410-b5e6-
96231b3b80d8
runtime/libprofile/Makefile
patch
|
blob
|
history
diff --git
a/runtime/libprofile/Makefile
b/runtime/libprofile/Makefile
index f79d42a05695d6d875c4098e7660ba2fdd2d7230..92a85584db171bb47619b1e88547815ca48bf06e 100644
(file)
--- a/
runtime/libprofile/Makefile
+++ b/
runtime/libprofile/Makefile
@@
-8,6
+8,8
@@
##===----------------------------------------------------------------------===##
LEVEL = ../..
+include $(LEVEL)/Makefile.config
+
ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif