aboutsummaryrefslogtreecommitdiff
path: root/configure
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
parent2ed685b8fb4450282fdfd084e7d3080517184cd7 (diff)
downloadgcc-99319980d372262c0ee79ca2eaef470e4621aed6.zip
gcc-99319980d372262c0ee79ca2eaef470e4621aed6.tar.gz
gcc-99319980d372262c0ee79ca2eaef470e4621aed6.tar.bz2
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')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index acff173..b58860f 100755
--- a/configure
+++ b/configure
@@ -6913,11 +6913,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!