]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Index: ChangeLog
authorGeoffrey Keating <geoffk@apple.com>
Wed, 28 Sep 2005 23:50:06 +0000 (23:50 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 28 Sep 2005 23:50:06 +0000 (23:50 +0000)
commit040b1c5a5c6ac7129b0087ac9563090b03b649a8
tree4a941b503e4d5d57010b144fc9e315a3f4ffc9c6
parentc7d0307027c14f6d4e64692118df456fbd6dd6e5
Index: ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
(LIPO_FOR_TARGET): New.
(CONFIGURED_LIPO_FOR_TARGET): New.
(USUAL_LIPO_FOR_TARGET): New.
(STRIP_FOR_TARGET): New.
(CONFIGURED_STRIP_FOR_TARGET): New.
(USUAL_STRIP_FOR_TARGET): New.
* Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
STRIP_FOR_TARGET.
* configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
* Makefile.in: Regenerate.
* configure.in: Regenerate.

Index: gcc/ChangeLog
2005-09-28  Geoffrey Keating  <geoffk@apple.com>

* Makefile.in: Export LIPO_FOR_TARGET, STRIP_FOR_TARGET.
(stage1-start): Delete old libgcc and libunwind before moving
anything into the stage directory.
(stage2-start): Likewise.
(stage3-start): Likewise.
(stage4-start): Likewise.
(stageprofile-start): Likewise.
(stagefeedback-start): Likewise.
* config.gcc (*-*-darwin*): Automatically use CPU-specific darwin.h
header in tm_file and CPU-specific t-darwin in tmake_file.
(i[34567]86-*-darwin*): Don't change tm_file.
(powerpc-*-darwin*): Don't change tm_file or tmake_file.
* config/darwin.h (REAL_LIBGCC_SPEC): Rewrite to use proper libgcc
shared library stub for target OS version.
* config/t-slibgcc-darwin (SHLIB_SOLINK): Delete.
(SHLIB_LINK): Don't make SHLIB_SOLINK.
(SHLIB_INSTALL): Don't install SHLIB_SOLINK.
(libgcc_s.%.dylib): New.
(LIBGCC): Define.
(install-darwin-libgcc-stubs): New.
(INSTALL_LIBGCC): New append.
* config/i386/darwin-libgcc.10.4.ver: New.
* config/i386/darwin-libgcc.10.5.ver: New.
* config/i386/t-darwin: New.
* config/rs6000/darwin-libgcc.10.4.ver: New.
* config/rs6000/darwin-libgcc.10.5.ver: New.
* config/rs6000/darwin.h (REAL_LIBGCC_SPEC): Delete.
* config/rs6000/t-darwin (SHLIB_VERPFX): Define.

From-SVN: r104747
17 files changed:
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
configure
configure.in
gcc/ChangeLog
gcc/Makefile.in
gcc/config.gcc
gcc/config/darwin.h
gcc/config/i386/darwin-libgcc.10.4.ver [new file with mode: 0644]
gcc/config/i386/darwin-libgcc.10.5.ver [new file with mode: 0644]
gcc/config/i386/t-darwin [new file with mode: 0644]
gcc/config/rs6000/darwin-libgcc.10.4.ver [new file with mode: 0644]
gcc/config/rs6000/darwin-libgcc.10.5.ver [new file with mode: 0644]
gcc/config/rs6000/darwin.h
gcc/config/rs6000/t-darwin