summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2012-11-29 19:13:08 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2012-11-29 11:13:08 -0800
commit99319980d372262c0ee79ca2eaef470e4621aed6 (patch)
treee30a1a76464d074ef40b07af48413e28464a2996 /configure.ac
parent2ed685b8fb4450282fdfd084e7d3080517184cd7 (diff)
downloadgcc-99319980d372262c0ee79ca2eaef470e4621aed6.tar.gz
Remove bootstrap=true from libsanitizer
* Makefile.def (target_modules): Remove bootstrap=true and raw_cxx=true from libsanitizer. * configure.ac (bootstrap_target_libs): Remove libsanitizer. * Makefile.in: Regenerated. * configure: Likewise. From-SVN: r193950
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index a92ff3af8b0..49f4f5dae88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2433,11 +2433,6 @@ if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
fi
-# If we are building libsanitizer, bootstrap it.
-if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1 ; then
- bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,
-fi
-
# Determine whether gdb needs tk/tcl or not.
# Use 'maybe' since enable_gdbtk might be true even if tk isn't available
# and in that case we want gdb to be built without tk. Ugh!