diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:24:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:24:35 +0000 |
commit | e2a383fc0b61480e11decefae4fb01ab8e063cab (patch) | |
tree | 0b44a1335a71d4f31fc5510dc9ae310853e981a5 /Makefile.in | |
parent | 0cc041c9757d5c6c038524224400ab0eb89bbc61 (diff) | |
download | binutils-redhat-e2a383fc0b61480e11decefae4fb01ab8e063cab.tar.gz |
* 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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 93f66b6fd7..d1d8b323ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58231,6 +58231,7 @@ all-stage3-ld: maybe-all-stage3-intl all-stage4-ld: maybe-all-stage4-intl all-stageprofile-ld: maybe-all-stageprofile-intl all-stagefeedback-ld: maybe-all-stagefeedback-intl +install-ld: maybe-install-gold configure-gold: maybe-configure-intl configure-stage1-gold: maybe-configure-stage1-intl |