summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-02-13 21:33:14 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-02-13 21:33:14 +0000
commit5e0f3af77885c60e9c5861d4d98b5c5914a875d5 (patch)
treea3dcd027ff3747e7a54e70ef9852e358816f5de4 /configure.ac
parent0a3e624f8459d8fcdaa1168c9563dd7b044d0847 (diff)
downloadgdb-5e0f3af77885c60e9c5861d4d98b5c5914a875d5.tar.gz
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8cbb81356f5..087e5fe4566 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 \