mklibgcc.in: Correct calculation of libgcc_s_soname and libunwind_soname.
commit80ded1258e48eb9262b18821437b178e58ba3da9
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 30 Nov 2004 19:35:26 +0000 (30 19:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 30 Nov 2004 19:35:26 +0000 (30 19:35 +0000)
treeb1454f29f0bccba9d7aff9a3173e53fa979d1e4a
parent98705d7dfa8cd4f0ccf27676ca6d02786624b8cb
mklibgcc.in: Correct calculation of libgcc_s_soname and libunwind_soname.

* mklibgcc.in: Correct calculation of libgcc_s_soname and
libunwind_soname.  Use $out, not $outS, in commands for
no-shared-library case.  Move EXTRA_MULTILIB_PARTS rules above
library build rules, make $libunwind_so and $libgcc_s_so
depend on them in the normal fashion, and filter those objects
out of @shlib_objs@.

From-SVN: r91534
gcc/ChangeLog
gcc/mklibgcc.in