summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@arc.com>2010-01-22 16:28:24 +0000
committerJoern Rennecke <joern.rennecke@arc.com>2010-01-22 16:28:24 +0000
commit0d44d98d03f83e5a32a3f09d503e65d45f24362c (patch)
tree80c0aaad13b06164eb1ec62643378d4685bae77e /configure.ac
parentb0b59f5b7fd3fc01021c4a03be248aaad1079672 (diff)
downloadgdb-0d44d98d03f83e5a32a3f09d503e65d45f24362c.tar.gz
gcc PR libstdc++/36101, gcc PR libstdc++/42813
* configure.ac (target_configdirs): Substitute. * Makefile.def: Bootstrap target module libgomp. Add dependency of all-target-libstdc++-v3 on configure-target-libgomp. * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable. (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS. * configure, Makefile.in: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 596b527fcba..90299d654de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3072,6 +3072,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)