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 | |
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>
-rw-r--r-- | config/binutils/binutils.in | 2 | ||||
-rw-r--r-- | config/libc/mingw-w64.in | 1 |
2 files changed, 2 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 diff --git a/config/libc/mingw-w64.in b/config/libc/mingw-w64.in index 02b18a27..d176e477 100644 --- a/config/libc/mingw-w64.in +++ b/config/libc/mingw-w64.in @@ -5,6 +5,7 @@ ## select LIBC_SUPPORT_THREADS_NATIVE ## select LIBC_SUPPORT_THREADS_POSIX ## select CC_CORE_PASS_2_NEEDED +## select BINUTILS_FORCE_LD_BFD_DEFAULT ## ## help The de-facto standard for Mingw distributions. |