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/libc | |
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/libc')
-rw-r--r-- | config/libc/mingw-w64.in | 1 |
1 files changed, 1 insertions, 0 deletions
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. |