summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libprofile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-23 10:28:06 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-23 10:28:06 +0000
commite615b5fe4d7b0dcdbb072270d10010e273c79cd0 (patch)
tree56f81f189c5f2760e8cb0d145250ec54e9b2debe /llvm/runtime/libprofile
parent16a1353031cc949aa11ec5b0235260c2417e6092 (diff)
downloadbcm5719-llvm-e615b5fe4d7b0dcdbb072270d10010e273c79cd0.tar.gz
bcm5719-llvm-e615b5fe4d7b0dcdbb072270d10010e273c79cd0.zip
Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}
llvm-svn: 96936
Diffstat (limited to 'llvm/runtime/libprofile')
-rw-r--r--llvm/runtime/libprofile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/libprofile/Makefile b/llvm/runtime/libprofile/Makefile
index 92a85584db1..15e67795129 100644
--- a/llvm/runtime/libprofile/Makefile
+++ b/llvm/runtime/libprofile/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
include $(LEVEL)/Makefile.config
-ifneq ($(wildcard $(LLVMGCC)),)
+ifneq ($(strip $(LLVMCC)),)
BYTECODE_LIBRARY = 1
endif
SHARED_LIBRARY = 1
OpenPOWER on IntegriCloud