]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gold:
authorNick Clifton <nickc@redhat.com>
Tue, 27 Apr 2010 14:12:32 +0000 (14:12 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 27 Apr 2010 14:12:32 +0000 (14:12 +0000)
commit4fda8867e90e3f6a43fcbd9a6f25280315648f46
tree2b4c1d9dde7b2f720b6dad53c1b90fabd13ffd27
parent7ce0d9b1ffa9c8ca1c4da112afad5017a0b5f553
gold:
        * configure.ac (install_as_default): Define and set to false
        unless --enable-gold or --enable-gold=both/gold has been
        specified.
        * configure: Regenerate.

        * Makefile.am (install-exec-local): Install the executable as
        'ld.gold'.  If install_as_default is true then also install it as
        'ld'.
        * Makefile.in: Regenerated.
ld:
        * configure.in (install_as_default): Define and set to true
        unless --enable-gold=both/gold has been specified.
        * configure: Regenerate.

        * Makefile.am (transform): Use ld.bfd as the default name of
        the linker.
        (install-exec-local): Also install the executable as a binary
        named 'ld' if install_as_default is true.
        * Makefile.in: Regenerate.
gold/ChangeLog
gold/Makefile.am
gold/Makefile.in
gold/configure
gold/configure.ac
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.in