From 911e63d0e72aaf928548703237fe9ac1dcbb4c45 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Fri, 22 Jan 2010 16:28:25 +0000 Subject: 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. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 9aa4685..e8d6b6f 100755 --- a/configure +++ b/configure @@ -656,6 +656,7 @@ CC_FOR_BUILD AS_FOR_BUILD AR_FOR_BUILD target_configargs +target_configdirs configdirs host_configargs build_configdirs @@ -7917,6 +7918,7 @@ done + # Target module lists & subconfigure args. -- cgit v1.1