aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorAndreas Neustifter <astifter@gmx.at>2009-08-28 16:13:45 +0000
committerAndreas Neustifter <astifter@gmx.at>2009-08-28 16:13:45 +0000
commit72d34e1a91e3f2b58559f92e5c1716ba10586bf1 (patch)
tree292e09c0a0042b330b5d8c51212044ea34bdb99c /runtime
parentab4193ba50b6b5fcda5e2230e4705676ec07b463 (diff)
downloadexternal_llvm-72d34e1a91e3f2b58559f92e5c1716ba10586bf1.zip
external_llvm-72d34e1a91e3f2b58559f92e5c1716ba10586bf1.tar.gz
external_llvm-72d34e1a91e3f2b58559f92e5c1716ba10586bf1.tar.bz2
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libprofile/Makefile2
1 files changed, 2 insertions, 0 deletions
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