From 291f172e6263f25c3183b3d55bab244d6f261296 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 13 Feb 2007 21:27:11 +0000 Subject: [PATCH] configure.ac (target_libraries): Move libgcc before libiberty. * configure.ac (target_libraries): Move libgcc before libiberty. * configure: Regenerated. From-SVN: r121893 --- ChangeLog | 5 +++++ configure | 4 ++-- configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 603ae27f1f02..32fece5765f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-13 Daniel Jacobowitz + + * configure.ac (target_libraries): Move libgcc before libiberty. + * configure: Regenerated. + 2007-02-13 Daniel Jacobowitz Paolo Bonzini diff --git a/configure b/configure index a4b92b1100ab..ace7014b5260 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 \ diff --git a/configure.ac b/configure.ac index 8cbb81356f5a..087e5fe4566a 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 \ -- 2.43.5