summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-21 22:55:41 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-21 22:55:41 +0000
commit282d8c166f5da5b23fb60f21d45ef9db441220ed (patch)
treed98028942c575d2d903eff843e309257b02bca98 /Makefile.config.in
parent7f44f6a8d96922a13c80d852401df157e1486b6e (diff)
downloadllvm-282d8c166f5da5b23fb60f21d45ef9db441220ed.tar.gz
llvm-282d8c166f5da5b23fb60f21d45ef9db441220ed.tar.bz2
llvm-282d8c166f5da5b23fb60f21d45ef9db441220ed.tar.xz
Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where the
cc1 and cc1plus executables live. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 146fa1dda8..2216b88a91 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -182,6 +182,9 @@ else
LLVMGCCARCH := @target@/@LLVMGCC_VERSION@
endif
+# 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@