X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=75af4e5137ff2bc51dbd95a821172cfe21a7be87;hb=2b009048566bc0f8eed7ac4c889da40b9470cb0f;hp=596b527fcba6e80febcf51d065dae81f79c38fc1;hpb=d5f2ee2eb7f848b12eff7dcc2e82bbb8801f190e;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.ac b/configure.ac index 596b527fcb..75af4e5137 100644 --- a/configure.ac +++ b/configure.ac @@ -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! @@ -3072,6 +3077,7 @@ AC_SUBST(build_configdirs) # Host module lists & subconfigure args. AC_SUBST(host_configargs) AC_SUBST(configdirs) +AC_SUBST(target_configdirs) # Target module lists & subconfigure args. AC_SUBST(target_configargs)