Add --with-build-config=bootstrap-asan support
[deliverable/binutils-gdb.git] / configure.ac
index 49f4f5dae887282819a7c7f6711095f029d36852..a92ff3af8b0be0c47b2d233ab991506e62346c71 100644 (file)
@@ -2433,6 +2433,11 @@ 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!
This page took 0.035767 seconds and 4 git commands to generate.