summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-13 21:27:11 +0000
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-13 21:27:11 +0000
commit27bfe7b7d89069c84a2b1d9f424ff64ca7f5902b (patch)
treeddbef1cc787a70793a819a4b0700898148682cbf /configure.ac
parent5c89e82c9354b760d88bbb504b9e385d4b5f4ec5 (diff)
downloadgcc-27bfe7b7d89069c84a2b1d9f424ff64ca7f5902b.tar.gz
* configure.ac (target_libraries): Move libgcc before libiberty.
* configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121893 138bc75d-0d04-0410-961f-82ee72b054a4
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 \