* configure.ac (target_libraries): Move libgcc before libiberty.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz
2007-02-13 21:33:14 +00:00
parent af52f2802f
commit 1277a9a0d3
3 changed files with 9 additions and 4 deletions

4
configure vendored
View File

@@ -1688,8 +1688,8 @@ libgcj="target-libffi \
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)
#
target_libraries="target-libiberty \
target-libgcc \
target_libraries="target-libgcc \
target-libiberty \
target-libgloss \
target-newlib \
target-libstdc++-v3 \