diff options
author | Roland McGrath <roland@redhat.com> | 2010-04-27 14:27:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2010-04-27 14:27:15 +0000 |
commit | 38e3d8681f2e6773b44afc6beee57630e9b20b8e (patch) | |
tree | 7c312b5d48c226436e16c893bc2b530ce97557c6 /Makefile.def | |
parent | 0134416b1d2f63a6982f46a8cd38aad831985f8c (diff) | |
download | gcc-38e3d8681f2e6773b44afc6beee57630e9b20b8e.tar.gz |
configure.ac (--enable-gold): Support both, both/gold and both/bfd to add gold to configdirs without removing ld.
* configure.ac (--enable-gold): Support both, both/gold and
both/bfd to add gold to configdirs without removing ld.
* configure: Regenerated.
* Makefile.def: Add install-gold dependency to install-ld.
* Makefile.in: Regenerated.
Co-Authored-By: H.J. Lu <hongjiu.lu@intel.com>
From-SVN: r158786
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 7dce69994cf..325d845f3a5 100644 --- a/Makefile.def +++ b/Makefile.def @@ -425,6 +425,7 @@ dependencies = { module=all-ld; on=all-build-bison; }; dependencies = { module=all-ld; on=all-build-byacc; }; dependencies = { module=all-ld; on=all-build-flex; }; dependencies = { module=all-ld; on=all-intl; }; +dependencies = { module=install-ld; on=install-gold; }; dependencies = { module=configure-gold; on=configure-intl; }; dependencies = { module=all-gold; on=all-libiberty; }; dependencies = { module=all-gold; on=all-intl; }; |