summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
commit6530e9d8e6dfc8f16fe509701967e4ade99fae6c (patch)
treeaf61ddf0736d77c70421a9b4366a923030b23204 /Makefile.config.in
parentfdd7c6babfe2c77f015d491c7d571a9c098ae5d3 (diff)
downloadllvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.gz
llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.bz2
llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.xz
Add explicit --enable-bindings option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index fd17ad4ced..34ad773918 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -168,6 +168,9 @@ HAVE_PTHREAD := @HAVE_PTHREAD@
LIBS := @LIBS@
+# Targets that we should build
+TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
+
# Path to location for LLVM C/C++ front-end. You can modify this if you
# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
@@ -259,3 +262,8 @@ NOLINKALL := @NOLINKALL@
# Get the value of HUGE_VAL_SANITY which will be either "yes" or "no" depending
# on the check.
HUGE_VAL_SANITY = @HUGE_VAL_SANITY@
+
+# Bindings that we should build
+BINDINGS_TO_BUILD = @BINDINGS_TO_BUILD@
+ALL_BINDINGS = @ALL_BINDINGS@
+