commit | 1c29357c521c6fa4824e173d0b5b7156dd4e8baf | [log] [tgz] |
---|---|---|
author | Andreas Neustifter <astifter-llvm@gmx.at> | Fri Aug 28 16:13:45 2009 +0000 |
committer | Andreas Neustifter <astifter-llvm@gmx.at> | Fri Aug 28 16:13:45 2009 +0000 |
tree | 292e09c0a0042b330b5d8c51212044ea34bdb99c | |
parent | 6493798d831e3255faafc81de4ec598c06e4cdca [diff] [blame] |
Read Makefile.config before using LLVMGCC. 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
diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index f79d42a..92a8558 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile
@@ -8,6 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. +include $(LEVEL)/Makefile.config + ifneq ($(wildcard $(LLVMGCC)),) BYTECODE_LIBRARY = 1 endif