]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/24598 (Need to support odcctools and its ablity to use --prefix and...
authorEric Christopher <echristo@gcc.gnu.org>
Mon, 4 Dec 2006 02:10:10 +0000 (02:10 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Mon, 4 Dec 2006 02:10:10 +0000 (02:10 +0000)
commitbd6a088940b915e561699648901bf1e6c5effddd
tree638a02afc406ea4648454e7cceb73bf95b4020b0
parentd184546c666db41955881ac4abacb1651064596a
re PR target/24598 (Need to support odcctools and its ablity to use --prefix and libtool)

2006-12-03  Eric Christopher  <echristo@apple.com>

        PR target/24598
        * config/t-slibgcc-darwin: Pass -install_name.
        * config/darwin.h (LINK_COMMAND_SPEC): Remove use of
        libtool. Only pass through options that the linker recognizes.
        (LINK_SPEC): Update comment. Translate options.
        (STARTFILE_SPEC): Add dylib1.o for shared libraries.
        * config/darwin9.h (LINK_COMMAND_SPEC): Ditto above.

From-SVN: r119477
gcc/ChangeLog
gcc/config/darwin.h
gcc/config/darwin9.h
gcc/config/t-slibgcc-darwin