* 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 4efba78cb4
commit b1299c4e4b
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
2007-02-13 Paolo Bonzini <bonzini@gnu.org> 2007-02-13 Paolo Bonzini <bonzini@gnu.org>
* configure: Regenerate again? * configure: Regenerate again?

4
configure vendored
View file

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

View file

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