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.in | |
parent | 0134416b1d2f63a6982f46a8cd38aad831985f8c (diff) | |
download | gcc-38e3d8681f2e6773b44afc6beee57630e9b20b8e.zip gcc-38e3d8681f2e6773b44afc6beee57630e9b20b8e.tar.gz gcc-38e3d8681f2e6773b44afc6beee57630e9b20b8e.tar.bz2 |
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.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 93f66b6..d1d8b32 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 |