Merge from gcc:

2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
libstdc++.
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
* configure: Regenerate.
* Makefile.in: Regenerate.
This commit is contained in:
DJ Delorie 2007-09-20 21:56:16 +00:00
parent 2d2e75dd67
commit a8c17d427e
5 changed files with 14 additions and 4 deletions

View File

@ -3,6 +3,14 @@
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate.
2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
libstdc++.
* Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
* configure: Regenerate.
* Makefile.in: Regenerate.
2007-09-17 Andreas Schwab <schwab@suse.de>
* configure.ac: Raise minimum makeinfo version to 4.6.

View File

@ -486,6 +486,7 @@ dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc;
dependencies = { module=all-target-libobjc; on=all-target-libiberty; };
dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; };
dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; };
dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; };
// Target modules in the 'src' repository.
lang_env_dependencies = { module=examples; };

View File

@ -51881,6 +51881,7 @@ configure-target-libobjc: maybe-configure-target-boehm-gc
all-target-libobjc: maybe-all-target-libiberty
all-target-libobjc: maybe-all-target-boehm-gc
all-target-libstdc++-v3: maybe-all-target-libiberty
configure-target-libstdc++-v3: maybe-configure-target-libgomp
all-target-libgloss: maybe-configure-target-newlib
all-target-winsup: maybe-all-target-libiberty
all-target-winsup: maybe-all-target-libtermcap

4
configure vendored
View File

@ -1865,6 +1865,7 @@ target_libraries="target-libgcc \
target-libiberty \
target-libgloss \
target-newlib \
target-libgomp \
target-libstdc++-v3 \
target-libmudflap \
target-libssp \
@ -1872,8 +1873,7 @@ target_libraries="target-libgcc \
target-boehm-gc \
${libgcj} \
target-libobjc \
target-libada \
target-libgomp"
target-libada"
# these tools are built using the target libraries, and are intended to
# run only in the target environment

View File

@ -176,6 +176,7 @@ target_libraries="target-libgcc \
target-libiberty \
target-libgloss \
target-newlib \
target-libgomp \
target-libstdc++-v3 \
target-libmudflap \
target-libssp \
@ -183,8 +184,7 @@ target_libraries="target-libgcc \
target-boehm-gc \
${libgcj} \
target-libobjc \
target-libada \
target-libgomp"
target-libada"
# these tools are built using the target libraries, and are intended to
# run only in the target environment