Commit 291f172e by Daniel Jacobowitz Committed by Daniel Jacobowitz

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

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

From-SVN: r121893
parent 2ebdbdfb
2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/30753
......
......@@ -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 \
......
......@@ -158,8 +158,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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment