summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-21 21:28:12 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-21 21:28:12 +0000
commit1addff971503bbe322ec3e498ca7645418a6f736 (patch)
tree565fad4d44e46af3eb442782734c54a478545b81 /Makefile.config.in
parent2c5c111b6c144b05718404c85b9dfcc76b1619e7 (diff)
Add support for determining which languages the llvm-gcc front end
supports. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 069b9724a34..03e625be22b 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -188,6 +188,7 @@ LLVMCC1 := @LLVMCC1@
LLVMCC1PLUS := @LLVMCC1PLUS@
LLVMGCC_VERSION := @LLVMGCC_VERSION@
LLVMGCC_MAJVERS := @LLVMGCC_MAJVERS@
+LLVMGCC_LANGS := @LLVMGCC_LANGS@
# Path to directory where object files should be stored during a build.
# Set OBJ_ROOT to "." if you do not want to use a separate place for