From: drow Date: Tue, 13 Feb 2007 21:27:11 +0000 (+0000) Subject: * configure.ac (target_libraries): Move libgcc before libiberty. X-Git-Tag: upstream/4.9.2~50399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27bfe7b7d89069c84a2b1d9f424ff64ca7f5902b;p=platform%2Fupstream%2Flinaro-gcc.git * 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 --- diff --git a/ChangeLog b/ChangeLog index 603ae27..32fece5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ 2007-02-13 Daniel Jacobowitz + + * configure.ac (target_libraries): Move libgcc before libiberty. + * configure: Regenerated. + +2007-02-13 Daniel Jacobowitz Paolo Bonzini PR bootstrap/30753 diff --git a/configure b/configure index a4b92b1..ace7014 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 8cbb813..087e5fe 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 \