OSDN Git Service

* configure.ac (target_libraries): Move libgcc before libiberty.
authorDaniel Jacobowitz <dan@debian.org>
Tue, 13 Feb 2007 21:33:14 +0000 (21:33 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Tue, 13 Feb 2007 21:33:14 +0000 (21:33 +0000)
* configure: Regenerated.

ChangeLog
configure
configure.ac

index e5a8a41..d7c7f22 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  Paolo Bonzini  <bonzini@gnu.org>
 
        * configure: Regenerate again?
index a4b92b1..ace7014 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 8cbb813..087e5fe 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 \