summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2010-01-22 16:28:25 +0000
committerJoern Rennecke <joern.rennecke@embecosm.com>2010-01-22 16:28:25 +0000
commite894eef9f5bfa989029423afe729da554df8d17e (patch)
treecba348ddf9aba8d0e77042954143a37e3f3ce415 /configure.ac
parentfe57329f991a0b347d40a5c97d9a62285eb708fe (diff)
downloadcygnal-e894eef9f5bfa989029423afe729da554df8d17e.tar.gz
cygnal-e894eef9f5bfa989029423afe729da554df8d17e.tar.bz2
cygnal-e894eef9f5bfa989029423afe729da554df8d17e.zip
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 596b527fc..90299d654 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)