summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-02-23 07:56:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-02-23 07:56:34 +0000
commite209c383038f9e58c52c8b168879874818c63b11 (patch)
tree924deb7926bbfc3eef30cc4146e365e911fa15e1 /Makefile.config.in
parent951fd6dfad43dac54c95b4ada103f78fa78299e6 (diff)
downloadllvm-e209c383038f9e58c52c8b168879874818c63b11.tar.gz
llvm-e209c383038f9e58c52c8b168879874818c63b11.tar.bz2
llvm-e209c383038f9e58c52c8b168879874818c63b11.tar.xz
Kill off unused LLVMGCCLIBEXEC make variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 194eb37f61..3d65bdcbc3 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -183,9 +183,6 @@ TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
-# Determine the path where the library executables are
-LLVMGCCLIBEXEC := @LLVMGCCLIBEXEC@
-
# Full pathnames of LLVM C/C++ front-end 'cc1' and 'cc1plus' binaries:
LLVMGCC := @LLVMGCC@
LLVMGXX := @LLVMGXX@