diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-04 18:49:08 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-04 18:49:08 -0800 |
commit | 1e5c48f190f5f0da9177a1137113b8d4a836ab9e (patch) | |
tree | f506cfa723b6e3baa28ac30e2be4a314516f5950 /config/binutils | |
parent | f5b57504d28d0bdcda26a06ec21d80906bfbf11e (diff) | |
download | crosstool-ng-1e5c48f190f5f0da9177a1137113b8d4a836ab9e.tar.gz crosstool-ng-1e5c48f190f5f0da9177a1137113b8d4a836ab9e.tar.bz2 crosstool-ng-1e5c48f190f5f0da9177a1137113b8d4a836ab9e.zip |
Require ld to be default when building mingw-w64
Fixes #674.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index c0a0c556..928659af 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 |