summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
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 34ad773918..778c4e867e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -105,9 +105,6 @@ BUILD_EXEEXT=@BUILD_EXEEXT@
# Target triple (cpu-vendor-os) for which we should generate code
TARGET_TRIPLE=@target@
-# Targets that we should build
-TARGETS_TO_BUILD=@TARGETS_TO_BUILD@
-
# Extra options to compile LLVM with
EXTRA_OPTIONS=@EXTRA_OPTIONS@