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

@@ -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