summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 16:13:45 +0000
committerAndreas Neustifter <astifter-llvm@gmx.at>2009-08-28 16:13:45 +0000
commit7026421d6159383aeebf294195f2639307855cb1 (patch)
tree81806eb78a61fc40f7b06c1e2810a8447e95b7e6
parentd70eebee51334812d7318b2fb3749b667a963daa (diff)
downloadbcm5719-llvm-7026421d6159383aeebf294195f2639307855cb1.tar.gz
bcm5719-llvm-7026421d6159383aeebf294195f2639307855cb1.zip
Read Makefile.config before using LLVMGCC.
See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085828.html llvm-svn: 80372
-rw-r--r--llvm/runtime/libprofile/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index f79d42a0569..92a85584db1 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/runtime/libprofile/Makefile
@@ -8,6 +8,8 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
+include $(LEVEL)/Makefile.config
+
ifneq ($(wildcard $(LLVMGCC)),)
BYTECODE_LIBRARY = 1
endif
OpenPOWER on IntegriCloud