summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-13 17:27:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-13 17:27:34 +0000
commit5d332f8b4a242c34644d0b153c72ec371c724013 (patch)
treee14cdc139402d77dd24246a2d0d9a9df27f5f15d /Makefile.config.in
parent94f01db27bd96021cd69e82d8096e121bc672efe (diff)
downloadllvm-5d332f8b4a242c34644d0b153c72ec371c724013.tar.gz
llvm-5d332f8b4a242c34644d0b153c72ec371c724013.tar.bz2
llvm-5d332f8b4a242c34644d0b153c72ec371c724013.tar.xz
build: Remove some stray LLVMC configure variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 49532c1ced..fff482e777 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -314,17 +314,6 @@ endif
# Location of the plugin header file for gold.
BINUTILS_INCDIR := @BINUTILS_INCDIR@
-# When ENABLE_LLVMC_DYNAMIC is enabled, LLVMC will link libCompilerDriver
-# dynamically. This is needed to make dynamic plugins work on some targets
-# (Windows).
-ENABLE_LLVMC_DYNAMIC = 0
-#@ENABLE_LLVMC_DYNAMIC@
-
-# When ENABLE_LLVMC_DYNAMIC_PLUGINS is enabled, LLVMC will have dynamic plugin
-# support (via the -load option).
-ENABLE_LLVMC_DYNAMIC_PLUGINS = 1
-#@ENABLE_LLVMC_DYNAMIC_PLUGINS@
-
# Optional flags supported by the compiler
# -Wno-missing-field-initializers
NO_MISSING_FIELD_INITIALIZERS = @NO_MISSING_FIELD_INITIALIZERS@