summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-05 02:49:08 (GMT)
committerAlexey Neyman <stilor@att.net>2018-12-05 02:49:08 (GMT)
commit1e5c48f190f5f0da9177a1137113b8d4a836ab9e (patch)
treef506cfa723b6e3baa28ac30e2be4a314516f5950 /config/binutils/binutils.in
parentf5b57504d28d0bdcda26a06ec21d80906bfbf11e (diff)
Require ld to be default when building mingw-w64
Fixes #674. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils/binutils.in')
-rw-r--r--config/binutils/binutils.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index c0a0c55..928659a 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -79,7 +79,7 @@ config BINUTILS_LINKER_LD_GOLD
config BINUTILS_LINKER_GOLD_LD
bool
prompt "gold, ld"
- depends on !BINUTILS_FORCE_LD_BFD_ONLY
+ depends on !BINUTILS_FORCE_LD_BFD_DEFAULT && !BINUTILS_FORCE_LD_BFD_ONLY
depends on BINUTILS_GOLD_SUPPORT
select BINUTILS_GOLD_INSTALLED
select BINUTILS_LINKER_BOTH