diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-01-22 13:35:38 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-01-22 13:35:38 +0000 |
commit | aae29963cf81dda2c09b9ffc07a84c788421aeb2 (patch) | |
tree | e8e77688f0a4c0c209ef99bb741123696ae9b58a /configure | |
parent | addb239cd3d7a2fa96764250dbba7fc0d27dcd6b (diff) | |
download | gcc-aae29963cf81dda2c09b9ffc07a84c788421aeb2.tar.gz |
PR libstdc++/36101, PR libstdc++/42813
PR libstdc++/36101, PR libstdc++/42813
[toplevel]:
* 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.
libstdc++-v3:
* acinclude.m4: (enable_parallel): Test ${TARGET_CONFIGDIRS} instead of
loking for omp.h .
* configure: Regenerate.
From-SVN: r156172
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure index 103863d8337..23c1eb753c2 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 @@ -7949,6 +7950,7 @@ done + # Target module lists & subconfigure args. |