* infrun.c (prepare_to_proceed): Handle other signals which might
[deliverable/binutils-gdb.git] / configure.ac
index 90299d654dec23ca918e9658617232ace66da3cf..75af4e5137ff2bc51dbd95a821172cfe21a7be87 100644 (file)
@@ -2526,6 +2526,11 @@ fi
 target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'`
 build_configdirs=`echo "${build_configdirs}" | sed -e 's/build-//g'`
 
+# If we are building libgomp, bootstrap it.
+if echo " ${target_configdirs} " | grep " libgomp " > /dev/null 2>&1 ; then
+  bootstrap_target_libs=${bootstrap_target_libs}target-libgomp,
+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.034111 seconds and 4 git commands to generate.