diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-11-29 19:13:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-11-29 11:13:08 -0800 |
commit | 99319980d372262c0ee79ca2eaef470e4621aed6 (patch) | |
tree | e30a1a76464d074ef40b07af48413e28464a2996 /configure | |
parent | 2ed685b8fb4450282fdfd084e7d3080517184cd7 (diff) | |
download | gcc-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-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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! |