]> gcc.gnu.org Git - gcc.git/commit
re PR bootstrap/17684 (/usr/ccs/bin/ld: Can't create libgcc_s.sl)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 18 Oct 2004 15:52:51 +0000 (15:52 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 18 Oct 2004 15:52:51 +0000 (08:52 -0700)
commit3b415018d356df95c607713ec876ade84884b311
tree1fd7915d31e9eb0be41a80146cd85b0abc22da58
parenta2041967826c644f860ec12c6f32214b1e3d3899
re PR bootstrap/17684 (/usr/ccs/bin/ld: Can't create libgcc_s.sl)

2004-11-18  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/17684
* Makefile.in (clean): Remove libgcc_s$(SHLIB_EXT).1.stage?.
(stage1-start): Remove and copy libunwind.a and
libunwind*$(SHLIB_EXT) instead of libunwind*.
(stage2-start): Likewise.
(stage3-start): Likewise.
(stage4-start): Likewise.
(stageprofile-start): Likewise.
(stagefeedback-start): Likewise.

* config/alpha/t-osf4 (SHLIB_LINK): Use a temporary file for
the shared library to be created and don't remove the existing
shared library.
* config/arm/t-netbsd (SHLIB_LINK): Likewise.
* config/i386/t-nwld (SHLIB_LINK): Likewise.
* config/mips/t-slibgcc-irix (SHLIB_LINK): Likewise.
* config/pa/t-hpux-shlib (SHLIB_LINK): Likewise.
* config/sh/t-linux (SHLIB_LINK): Likewise.
* config/t-libunwind-elf (SHLIBUNWIND_LINK): Likewise.
* config/t-slibgcc-darwin (SHLIB_LINK): Likewise.
* config/t-slibgcc-elf-ver (SHLIB_LINK): Likewise.
* config/t-slibgcc-sld (SHLIB_LINK): Likewise.

* mklibgcc.in (libgcc-stage-start): Also move "*${objext}s"
files.

From-SVN: r89227
13 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config/alpha/t-osf4
gcc/config/arm/t-netbsd
gcc/config/i386/t-nwld
gcc/config/mips/t-slibgcc-irix
gcc/config/pa/t-hpux-shlib
gcc/config/sh/t-linux
gcc/config/t-libunwind-elf
gcc/config/t-slibgcc-darwin
gcc/config/t-slibgcc-elf-ver
gcc/config/t-slibgcc-sld
gcc/mklibgcc.in
This page took 0.058553 seconds and 5 git commands to generate.