diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:24:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-27 14:24:37 +0000 |
commit | e6de499b84dde2ea71e8adb8aa1072278babf7eb (patch) | |
tree | c8ef82704531664fb5710fd9fe6f57b99484c227 /Makefile.in | |
parent | 4fda8867e90e3f6a43fcbd9a6f25280315648f46 (diff) | |
download | gdb-e6de499b84dde2ea71e8adb8aa1072278babf7eb.zip gdb-e6de499b84dde2ea71e8adb8aa1072278babf7eb.tar.gz gdb-e6de499b84dde2ea71e8adb8aa1072278babf7eb.tar.bz2 |
* 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 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 |