aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordrow <>2007-02-13 21:27:11 +0000
committerdrow <>2007-02-13 21:27:11 +0000
commit95a046e1dfb29fb996f68ba98ceff25bf416294a (patch)
treeddbef1cc787a70793a819a4b0700898148682cbf /configure
parent04e0d61e788178932c0185698d18c80db9fbf1c7 (diff)
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a4b92b1100a..ace7014b526 100755
--- a/configure
+++ b/configure
@@ -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 \