mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-09 04:14:20 +00:00
binutils/binutils: CT_BINUTILS_GOLD_THREADED should be CT_BINUTILS_GOLD_THREADS
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
This commit is contained in:
parent
989d474a64
commit
270b8ddf64
@ -123,7 +123,7 @@ do_binutils_backend() {
|
||||
extra_config+=( --enable-ld=yes --enable-gold=default )
|
||||
;;
|
||||
esac
|
||||
if [ "${CT_BINUTILS_GOLD_THREADED}" = "y" ]; then
|
||||
if [ "${CT_BINUTILS_GOLD_THREADS}" = "y" ]; then
|
||||
extra_config+=( --enable-threads )
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user