]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.ac (target_libraries): Move libgcc before libiberty.
authordrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 2007 21:27:11 +0000 (21:27 +0000)
committerdrow <drow@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Feb 2007 21:27:11 +0000 (21:27 +0000)
* configure: Regenerated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121893 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 603ae27f1f02929f121eaba06af12acd55865408..32fece5765f3223a5946b07c9fcfb8ef50144caa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  Daniel Jacobowitz  <dan@codesourcery.com>
            Paolo Bonzini  <bonzini@gnu.org>
 
index a4b92b1100abe46116ab128b266be651bcde0c1e..ace7014b5260f535c1a869ab8444bbb0d49edde0 100755 (executable)
--- 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 \
index 8cbb81356f5a0272ed69924d5c8be0de7cadeadf..087e5fe4566aec6500dce3da1960e2ad6472a11d 100644 (file)
@@ -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 \